Skip to content

Commit

Permalink
Add coverage info
Browse files Browse the repository at this point in the history
  • Loading branch information
aliberts committed May 11, 2024
1 parent 9e99323 commit bba1edb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gym_pusht/envs/pusht.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ def step(self, action):
observation = self.get_obs()
info = self._get_info()
info["is_success"] = is_success
info["coverage"] = coverage

truncated = False
return observation, reward, terminated, truncated, info
Expand Down

0 comments on commit bba1edb

Please sign in to comment.