Replies: 2 comments
|
After some tests, I agree the value of v_loss_coef with 0.5 or 0.25 makes no diff. Nevertheless, it is strange to put this extra 0.5, which may lead to some confusion. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
In brax's PPO implementation, why there are duplicate 0.5 in v_loss? In my experience, the coefficient should be 0.5 or 1.0, instead of 0.25.
brax/brax/training/agents/ppo/losses.py
Line 182 in 19bbd9b
All reactions