Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 432 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 432 Bytes

Reinforcement-Learning-Game-AI

I use of Open AI's Gym and Google's Tensorflow to create a reinforcement learning AI that learns how to play Atari games.

To run python play_atari_game.py

To view the game being played add --display true

Requirements

MacOS or Linux

Python 2.7.x or 3.5.x

Dependencies

Tensorflow

Gym

Gym Atari–py (install using sudo pip install gym[Atari])

OpenCV

Happy supervised learning!!