A comparison of different machine learning algorithms playing the Dino Game in Chrome
- Download chromedriver (http://chromedriver.chromium.org/downloads) and save it in
dino-rl
directory. - Verify you have following packages installed:
- numpy
- pandas
- pillow
- tensorflow
- keras
- opencv-python
- selenium
- IPython
- Run
python Main.py
to observe playing model - Run
python Main.py --train
to train the network