-
OpenAI Gym used by Ping-Pong game
This site provides the inforamtion about various games using Reinforcement Learning.
-
The following is how to use Gym site
git clone https://github.com/openai/gym
cd gym
pip install gym
-
After installing gym, you have to install enviroment using the following
sudo -H pip install -e ‘.[atari]’
-
please check https://github.com/openai/gym about various environmnets
-
https://github.com/kuz/DeepMind-Atari-Deep-Q-Learner
-
The following sites are helpful.