Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 536 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 536 Bytes

🤖 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