/CartPole_tf

Tensorflow implementation of Deep Reinforcement Learning Agent for CartPole

Primary LanguagePython

CartPole_tf

Reward

Demo Video

Solving the CartPole (Inverted Pendulum) Problem with Reinforcement Learning.

Implemented in ternsorflow. The most advanced version currently lives in main_rnn.py,

where a DDRQN (Double-Dueling-Recurrent-Q-network) Agent optimizes for the problem.