Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.13 KB

README.md

File metadata and controls

45 lines (25 loc) · 1.13 KB

Reinforcement Learning -AI GameBot for T-Rex Game

Game Bot for playing T-Rex Game developed on Reinforcement Learning Algorithm. (Deep Q learning)

Dependencies

  • Python Python 2.7.1
  • Pytorch 0.4.0
  • Selenium 3.13.0

How to RUN:

  • Run

    python model.py test

    to run the pre-trained neural network model.

  • Run

    python model.py train

    to train the model from the beginning.

Credits:

License:

MIT License Copyright (c) 2019 Aryan Chaudhary MIT

HitCount