View source on GitHub |
A Deep Deterministic Policy Gradient (DDPG) agent and its networks.
Modules
actor_network
module: Sample Actor network to use with DDPG agents.
actor_rnn_network
module: Sample recurrent Actor network to use with DDPG agents.
critic_network
module: Sample Critic/Q network to use with DDPG agents.
critic_rnn_network
module: Sample recurrent Critic network to use with DDPG agents.
ddpg_agent
module: A DDPG Agent.