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. https://github.com/google/brax/blob/19bbd9b8afba2cf823971f4c880e8dad21070fc1/brax/training/agents/ppo/losses.py#L182
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