DamiPayne / Reinforcement-Learning-Game-AI

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!!

About

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

License:MIT License


Languages

Language:Python 100.0%