Link Search Menu Expand Document (external link)

Deep Deterministic Policy Gradient Agent

The Deep Deterministic Policy Gradient Agent,DDPG_Agent.py, implements all the functionalities of the Agent class.

It is based on the basic DDPG Pytorch implementation from the Github repository of the Spinning Up Open AI documentation.

The current implementation is compatible with the Simple Environment, more precisely the ContinuousSimpleEnvironment.