Skip to content

Commit

Permalink
Add coverage info (#12)
Browse files Browse the repository at this point in the history
* Add coverage info
* Update version 0.1.3 -> 0.1.4
  • Loading branch information
aliberts authored May 12, 2024
1 parent 9e99323 commit 2061b8f
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 64 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
126 changes: 63 additions & 63 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gym-pusht"
version = "0.1.3"
version = "0.1.4"
description = "A gymnasium environment for PushT."
authors = [
"Rémi Cadène <[email protected]>",
Expand Down

0 comments on commit 2061b8f

Please sign in to comment.