Skip to content

Commit 97e4fea

Browse files
author
Anupam Bhatnagar
authored
Merge pull request #3603 from Unity-Technologies/docs-learning-rate-schedule
Adding documentation for learning rate schedule
2 parents 94b8a78 + 295fb0c commit 97e4fea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/Training-ML-Agents.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ example environments are included in the provided config file.
190190
| init_entcoef | How much the agent should explore in the beginning of training. | SAC |
191191
| lambd | The regularization parameter. | PPO |
192192
| learning_rate | The initial learning rate for gradient descent. | PPO, SAC |
193+
| learning_rate_schedule | Determines how learning rate changes over time. | PPO, SAC |
193194
| max_steps | The maximum number of simulation steps to run during a training session. | PPO, SAC |
194195
| 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 |
195196
| normalize | Whether to automatically normalize observations. | PPO, SAC |

0 commit comments

Comments
 (0)