DDPG
Pre-release
Pre-release
This release introduces continuous
policies and agents, including DDPG
. Also includes a number of quality-of-life improvements:
- Add
continuous
agent suite - Add
Gaussian
policy - Add
DeterministicPolicy
- Introduce
Approximation
base class from whichQNetwork
,VNetwork
, etc. are derived - Convert
layers
module toall.nn
. Extend fromtorch.nn
with custom layers added, to make crafting unique networks easier. - Introduce
DDPG
agent