Skip to content

Commit 9b8d7df

Browse files
committed
no message
1 parent 05d8ce7 commit 9b8d7df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/clean_rl_pqn_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class Args:
5757
total_timesteps: int = 1_000_000
5858
"""total timesteps of the experiments"""
5959
learning_rate: float = 2.5e-4
60-
"""the learning rate of the optimizer"""
60+
"""the learning rate of the optimizer [note: automatically set]"""
6161
num_envs: int = 4
6262
"""the number of parallel game environments"""
6363
num_steps: int = 128

0 commit comments

Comments
 (0)