dtiarks / ddpg_agent

Tensorflow implementation of the DDPG algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tensorflow implementation of the DDPG algorithm

This is a reimplementation of the work presented in

Paper

Continuous control with deep reinforcement learning https://arxiv.org/abs/1509.02971

Some examples:

  • Hopper environment

Hopper

  • Walker environment

Hopper

  • Lunar Lander environment

Hopper

About

Tensorflow implementation of the DDPG algorithm

License:MIT License


Languages

Language:Python 100.0%