chernyadev / bigym

Demo-Driven Mobile Bi-Manual Manipulation Benchmark.
https://chernyadev.github.io/bigym/
Apache License 2.0
77 stars 9 forks source link

Question about demo player speed #15

Open wj9420 opened 1 month ago

wj9420 commented 1 month ago

Hello:) Thanks for sharing awesome code! I'm sorry, but I don't know how to handle mujoco well, so I have a question.

What should I do to speed up the replay in the demo player? The timestep is 0.002s, but the step does not go up even 10 per second, so the speed is too slow.

When I replay the demo, the following error appears.

WARNING:root:Installed version of bigym: 4.1.0 doesn't match version stored in demo file: 4.0.0. Demo replay could be unstable.

Is it related to this error?

chernyadev commented 1 month ago

Hello, thank you for your interest! Performance could be related to the characteristics of your machine.

You can benchmark performance using the testspeed tool available as part of MuJoCo.

The warning only indicates that demonstrations were recorded in a previous version of BiGym, and some of them could fail on replay.