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 22f86e0 commit 74aefc9Copy full SHA for 74aefc9
brax/training/agents/sac/train.py
@@ -166,7 +166,7 @@ def train(
166
leading dimension of `batch_size`
167
num_eval_envs: the number of envs to use for evluation. Each env will run 1
168
episode, and all envs run in parallel during eval.
169
- learning_rate: learning rate for ppo loss
+ learning_rate: learning rate for SAC loss
170
discounting: discounting rate
171
seed: random seed
172
batch_size: the batch size for each minibatch SGD step
0 commit comments