We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d8ce7 commit 9b8d7dfCopy full SHA for 9b8d7df
examples/clean_rl_pqn_example.py
@@ -57,7 +57,7 @@ class Args:
57
total_timesteps: int = 1_000_000
58
"""total timesteps of the experiments"""
59
learning_rate: float = 2.5e-4
60
- """the learning rate of the optimizer"""
+ """the learning rate of the optimizer [note: automatically set]"""
61
num_envs: int = 4
62
"""the number of parallel game environments"""
63
num_steps: int = 128
0 commit comments