Update gail.py (#849)
Remove repeated description of lr_scheduler in the doc string.
This commit is contained in:
parent
4ac407c78f
commit
e7c2c3711e
@ -59,8 +59,6 @@ class GAILPolicy(PPOPolicy):
|
||||
optimizer in each policy.update(). Default to None (no lr_scheduler).
|
||||
:param bool deterministic_eval: whether to use deterministic action instead of
|
||||
stochastic action sampled by the policy. Default to False.
|
||||
:param lr_scheduler: a learning rate scheduler that adjusts the learning rate in
|
||||
optimizer in each policy.update(). Default to None (no lr_scheduler).
|
||||
|
||||
.. seealso::
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user