We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3fa20 commit da25b3eCopy full SHA for da25b3e
brax/training/agents/sac/train.py
@@ -168,7 +168,7 @@ def train(
168
leading dimension of `batch_size`
169
num_eval_envs: the number of envs to use for evluation. Each env will run 1
170
episode, and all envs run in parallel during eval.
171
- learning_rate: learning rate for ppo loss
+ learning_rate: learning rate for SAC loss
172
discounting: discounting rate
173
seed: random seed
174
batch_size: the batch size for each minibatch SGD step
0 commit comments