Media Summary: 42. Deep Q Learning in Tensorflow for CartPole Balancing a typical inverted pendulum with Temporal Difference methods. Done as a personal hobby project. Controlled with a ... Deep reinforcement learning Cartpole balancing
Cartpole Deep Q Learning - Detailed Analysis & Overview
42. Deep Q Learning in Tensorflow for CartPole Balancing a typical inverted pendulum with Temporal Difference methods. Done as a personal hobby project. Controlled with a ... Deep reinforcement learning Cartpole balancing Modified reward function: 1.0 * ( -abs(Pole Angle) + 0.21 ) Batch size: 16 Structure shape: [128128128] -- this is overkill. This tutorial contains step by step explanation, code walkthru, and demo of how Deep Q Learning Network (DQN) Cartpole Game