Skip to content

Commit

Permalink
update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-soare committed Jul 2, 2024
1 parent aaabdde commit 312c8b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gym_pusht/envs/pusht.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@ def _initialize_observation_space(self):
)
else:
raise ValueError(
f"Unknown obs_type {self.obs_type}. Must be one of [pixels, state, pixels_agent_pos]"
f"Unknown obs_type {self.obs_type}. Must be one of [pixels, state, environment_state_agent_pos, "
"pixels_agent_pos]"
)

def _get_coverage(self):
Expand Down

0 comments on commit 312c8b3

Please sign in to comment.