Skip to content

Commit 0da9c2b

Browse files
authored
Update panda.py
1 parent f33e153 commit 0da9c2b

File tree

1 file changed

+1
-0
lines changed
  • mushroom_rl/environments/mujoco_envs

1 file changed

+1
-0
lines changed

mushroom_rl/environments/mujoco_envs/panda.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ def setup(self, obs):
169169
super().setup(obs)
170170
self._load_keyframe(self._keyframe)
171171

172+
# Gravity compensation implementation adapted from https://colab.research.google.com/drive/1zlsplgSyk59hxnw3kOJMIxAXuwxXqOHD?usp=sharing
172173
def get_body_children_ids(self, body_id):
173174
return [
174175
i

0 commit comments

Comments
 (0)