/Reinforcement-Learning

A compilation of reinforcement learning projects

Primary LanguagePython

Playing CartPole With Reinforcement Learning

This is a learning project for me to understand the basics of Q-learning with a neural network. The code is an adaptation of the work of n1try.

The learning is done using Keras and the simulations use OpenAI Gym.