DDPG

(β˜… 575)

Reimplementation of DDPG(Continuous Control with Deep Reinforcement Learning) based on OpenAI Gym + Tensorflow

  • actor_network.py
  • actor_network_bn.py
  • critic_network.py
  • critic_network_bn.py
  • ddpg.py
  • filter_env.py
  • gym_ddpg.py
  • LICENSE.txt
  • ou_noise.py
  • README.md
  • replay_buffer.py
// repository documentation