Skip to content

Commit 74aefc9

Browse files
committed
fix typo
1 parent 22f86e0 commit 74aefc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

brax/training/agents/sac/train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def train(
166166
leading dimension of `batch_size`
167167
num_eval_envs: the number of envs to use for evluation. Each env will run 1
168168
episode, and all envs run in parallel during eval.
169-
learning_rate: learning rate for ppo loss
169+
learning_rate: learning rate for SAC loss
170170
discounting: discounting rate
171171
seed: random seed
172172
batch_size: the batch size for each minibatch SGD step

0 commit comments

Comments
 (0)