You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on training a control policy for a hexapod using PPO.
My robot has joints with very different ranges of motion, so I am trying to remap the actions from the policy.
However, it seems that the action values output by the PPO policy in rsl-rl are larger than the range [-1, 1].
Where can I check the range of the action values from the policy?
Thank you!
The text was updated successfully, but these errors were encountered:
H-Hisamichi
changed the title
[Question] What is the range of action values in RSL-RL PPO algorithm?
[Question] How can I check the range of action values in PPO with rsl-rl?
Dec 1, 2024
Hello everyone,
I am working on training a control policy for a hexapod using PPO.
My robot has joints with very different ranges of motion, so I am trying to remap the actions from the policy.
However, it seems that the action values output by the PPO policy in rsl-rl are larger than the range [-1, 1].
Where can I check the range of the action values from the policy?
Thank you!
The text was updated successfully, but these errors were encountered: