We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f33e153 commit 0da9c2bCopy full SHA for 0da9c2b
mushroom_rl/environments/mujoco_envs/panda.py
@@ -169,6 +169,7 @@ def setup(self, obs):
169
super().setup(obs)
170
self._load_keyframe(self._keyframe)
171
172
+ # Gravity compensation implementation adapted from https://colab.research.google.com/drive/1zlsplgSyk59hxnw3kOJMIxAXuwxXqOHD?usp=sharing
173
def get_body_children_ids(self, body_id):
174
return [
175
i
0 commit comments