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.
- Python 3.8
- Libraries from
requirements.txt
.ROM
file for Mario game
- Run the following command:
python -m tensorboard --log_dir "tensorboard/"
- Run
train.py
:
python src/train.py
- After training is complete, run
main.py
:
python src/main.py