Custom Contact Force Observations MDP Not Working #2592
Unanswered
H-Hisamichi
asked this question in
Q&A
Replies: 1 comment
-
Thanks for starting this discussion. We'd need a longer error log to track what's causing this. Implementing contact sensor has been described here. Could you also include also links to the scripts you started from? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm working on adding foot contact force data to the observation space for legged robot reinforcement learning.
I added Code No. 1 to
velocity_env_cfg.py
and Code No. 2 toobservations.py
.Code No. 1:
Code No. 2:
However, when I ran the RL training, I encountered Error No. 1. I tried adding
print()
statements for debugging, but nothing was printed, which makes me think that the custom contact_forces part of the original MDP isn't being executed at all.Error No. 1
I'm not sure what I'm missing here.
Any advice would be greatly appreciated!
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions