Skip to content

Commit

Permalink
chore: Update robot_env.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ll7 committed Sep 23, 2024
1 parent 825c9ff commit f4f0ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robot_sf/gym_env/robot_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def step(self, action):
self.record()

# observation, reward, terminal, truncated,info
return obs, reward, term, False,{"step": reward_dict["step"], "meta": reward_dict}
return obs, reward, term, False, {"step": reward_dict["step"], "meta": reward_dict}

def reset(self, seed=None, options=None):
"""
Expand Down

0 comments on commit f4f0ce0

Please sign in to comment.