- Python3.5
- Numpy, Scipy, Matplotlib, Shutil
- Tensorflow
- Arcade-Learning-Environment
python main.py
The 200 epoches will take more than 3 days, you can early stop it. The records of training process are in the breakout.csv
.
python main.py --train=False
python main.py --train=False --save=True
The best result is saved in the directory best_result
, we can use ffmpeg to get a video.
MIT License