/ddpg

DDPG to solve self defined invert pendulum problem

Primary LanguagePythonMIT LicenseMIT

DDPG to solve a self defined invert Pendulum problem

The pendulum environment was implemented using the Runge–Kutta method.

The ddpg implementation was based on MorvanZhou's work.