[Question] How to apply the scale factor to a JointVelocityActionCfg? #634
Unanswered
Quentin2000
asked this question in
Q&A
Replies: 2 comments
-
When I do this:
inside UR10ReachEnvCfg class in joint_pos_env_cfg.py it does scale the velocity control |
Beta Was this translation helpful? Give feedback.
0 replies
-
For the The The The please see: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
I am using the rsl_rl train.py script and I setup my manager_based environment config with the following ActionsCfg class:
My current issue is that whatever the scale factor, the output actions are still between ~[-2.3;2.3] and never go above it. I tried scale factors from 0.0001 to 1000 but nothing changed. After looking at the documentation, I found out that the scale factor is applied with the process_actions() and apply_actions() methods.
The repository doesn't show where these functions are called. Would you mind explaining how to call these?
Beta Was this translation helpful? Give feedback.
All reactions