Module: tf_agents.agents.ddpg.ddpg_agent

A DDPG Agent.

Implements the Deep Deterministic Policy Gradient (DDPG) algorithm from "Continuous control with deep reinforcement learning" - Lilicrap et al.

Classes

class DdpgAgent: A DDPG Agent.

class DdpgInfo: DdpgInfo(actor_loss, critic_loss)

absolute_import Instance of __future__._Feature
division Instance of __future__._Feature
print_function Instance of __future__._Feature