Skip to content

Commit

Permalink
Removed unused act_dot
Browse files Browse the repository at this point in the history
  • Loading branch information
elladyr committed Sep 19, 2024
1 parent 534de0a commit 598e941
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion myosuite/envs/myo/myochallenge/run_track_v0.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ def get_obs_dict(self, sim):
obs_dict['muscle_length'] = self.muscle_lengths()
obs_dict['muscle_velocity'] = self.muscle_velocities()
obs_dict['muscle_force'] = self.muscle_forces()
obs_dict['act_dot'] = self.sim.data.act_dot

if sim.model.na>0:
obs_dict['act'] = sim.data.act[:].copy()
Expand Down

0 comments on commit 598e941

Please sign in to comment.