/cartpole-openAI

Me learning Reinforcement Learning.

Primary LanguagePython

CartPole

Teaching a machine to play the game CartPole using OpenAI's gym. Done using Reinforcement Learning.

Requirements

pip install gym 
pip install numpy
pip install tensorflow-gpu
pip install tflearn