google-deepmind / google-deepmind/dm_control
set_state() not working in walker
Open
- Dominant language
- Python
- Stars
- 4.7k
- Forks
- 764
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I believe the `set_state()` function does not work for the walker environment.
The walker environment (https://github.com/deepmind/dm_control/blob/main/dm_control/suite/walker.py) defines its own Physics class, that extends the mujoco.Physics class, but does not extend the set_state() function.
I tried implementing the extra functions needed on my own but I believe I would need to build the repo, and that is not possible.
Am I missing something?
If not, can the extra functionality be added?
Contributor guide
Assessment
This issue has not been assessed yet.