Skip to content

Integrate TD3 Algorithm and Gaussian Noise

Nicola Gatto requested to merge develop into master

Reinforcement Learning:

  • Implement TD3 algorithm
  • Implement Gaussian noise
  • Implement decay per step

Generation:

  • Critic network symbol is passed by Configuration. Critic generation was removed.

Merge request reports