-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
On this line in PPO algorithm:
tianshou/tianshou/policy/modelfree/ppo.py
Line 25 in e4f4f0e
:param bool value_clip: a parameter mentioned in arXiv:1811.02553 Sec. 4.1. |
it says that:
:param bool value_clip: a parameter mentioned in arXiv:1811.02553 Sec. 4.1.
Default to True.
I pull up the referenced paper: https://arxiv.org/abs/1811.02553
and there is no section 4.1.
Maybe this is a wrong paper reference?
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested