This's a simple project using Reinforcement Learning to play CartPole-v1, from OpenAi Gym. π
I really recommend use a virtual environment to install all the requisites and run this project.
- Python 2.7.17 or Higher
- OpenAI gym
- Tensorflow 2.0 or Higher
To run the project, use python main.py
In this challenge, I got a Average Score of 261.93!

