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.
Tensorflow implementation of Deep Reinforcement Learning Agent for CartPole
Python
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.