Skip to content

Commit

Permalink
Adding documentation for learning rate schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
anupambhatnagar committed Mar 10, 2020
1 parent dceb5c4 commit 6e83b37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/Training-ML-Agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ example environments are included in the provided config file.
| init_entcoef | How much the agent should explore in the beginning of training. | SAC |
| lambd | The regularization parameter. | PPO |
| learning_rate | The initial learning rate for gradient descent. | PPO, SAC |
| learning_rate_schedule | Determines how learning rate changes over time. Options: linear (default), constant | PPO, SAC |
| max_steps | The maximum number of simulation steps to run during a training session. | PPO, SAC |
| memory_size | The size of the memory an agent must keep. Used for training with a recurrent neural network. See [Using Recurrent Neural Networks](Feature-Memory.md). | PPO, SAC |
| normalize | Whether to automatically normalize observations. | PPO, SAC |
Expand Down

0 comments on commit 6e83b37

Please sign in to comment.