How to change Visualization -> Scale - > All(meansize) ? #2958
Unanswered
AngLi-00
asked this question in
Asking for Help
Replies: 1 comment 1 reply
-
|
There is an instance of mjStatistic named |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Intro
Hi!
I'm a beginner of mujoco and I‘m trying to deploy my RL policy in mujoco with generated large terrain, while the visualization scale seems to be too large for now. As you can see the Visualization -> Scale - > All(meansize) is auto-set to 5.401, which cause by a very large terrain I believe. Is there anyway to modify this param in my code? I loaded Mjlab-generated terrain and my own robot like:
` main_spec = mujoco.MjSpec()
self.model = main_spec.compile()
xml_path = self.cfg["xml_path"]
I tried to find some setting in viewer.user_scn (for instance, set
self.viewer.user_scn.scale = 0.1) but failed to change this meansize scale successfully.My setup
Mujoco==3.3.7
My question
No response
Minimal model and/or code that explain my question
No response
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions