Skip to content

Deep Learning AI + Map Generator for Super Mario Playing in Minecraft

License

Notifications You must be signed in to change notification settings

Malmactor/malrio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Malrio

calculator

Visit our GitHub Page for general project descriptions.

Repository structure

  1. doc: GitHub Page files
  2. src: Code repository

Code directory structure

  1. SuperMarioBros: Physics engine components, engine configurations, and malmo backend components.
  2. Supervised: Supervised learning components, including map generator, a-star search implementations, TFRecord writer, parameter loader/saver, cnn visualizations, training program, neural network (computational graph) definitions, and test program.
  3. Agents: Agent implementations, including static path following agent, manually operated agent, real-time neural network agent with pre-trained parameters.
  4. Utility: Utility components, including keyboard input modules and tkinter renders.
  5. Assets: Static assets, including published datasets and published parameters.