/Minecraft_Learns

Minecraft learns AI implementation

Primary LanguagePythonMIT LicenseMIT

Minecraft_Learns

Minecraft_Learns is an AI Library used to simplify the machine learning process to the basics of process data, train, predict, evaluate. This simplifies the sklearn implementations of these models by doing standard data processing automatically. It is used to act as a sandbox for students to explore AI within Minecraft Education without any machine learning background, hoping to foster a new interest in AI and ML.

Installation

The easiest way to install the minecraft_learns library, install it via PIP:

pip install minecraft-learns

Dependencies

minecraft-learns requires the following dependencies:

  • pandas
  • numpy
  • sklearn
  • matplotlib

Documentation

See the markdown file documentation.md for documentation on how to use MinecraftLearns