Skip to content

DDPG

Pre-release
Pre-release
Compare
Choose a tag to compare
@cpnota cpnota released this 12 Jul 19:45
· 198 commits to master since this release
341e525

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 which QNetwork, VNetwork, etc. are derived
  • Convert layers module to all.nn. Extend from torch.nn with custom layers added, to make crafting unique networks easier.
  • Introduce DDPG agent