Skip to content

An AI Agent that Learns to play Mario. Uses OpenAI Gym environment

License

Notifications You must be signed in to change notification settings

AdiKsOnDev/MarioAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 Mario God

This is an AI I made in order to get into the world of Reinforcement Learning. Most of the code in this repository is NOT original, this project is made solely for the sake of self-education.

📜 Requirements

  • Python 3.8
  • Libraries from requirements.txt
  • .ROM file for Mario game

🎮️ How to Run?

  1. Run the following command:
python -m tensorboard --log_dir "tensorboard/" 
  1. Run train.py:
python src/train.py
  1. After training is complete, run main.py:
python src/main.py

About

An AI Agent that Learns to play Mario. Uses OpenAI Gym environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages