Skip to content

Prepare ddpg algorithm

Nicola Gatto requested to merge prepare-ddpg-algo into master
  • Update the version to 0.3.1-SNAPSHOT
  • Prepares configuration symbol and parameters for different rl algorithm:
    • Add reinforcement learning algorithm parameter to switch between dqn and ddpg
    • Add parameter for critic network
    • Annotate configuration symbol with information about the trained NN architecture

Merge request reports