Skip to content

Commit

Permalink
Adapt to the new gymnasium registry.
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestum committed Aug 2, 2023
1 parent d2a839f commit 46242e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_envs.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

ENV_NAMES: List[str] = [
env_spec.id
for env_spec in registration.registry.all()
for env_spec in registration.registry.values()
if env_spec.id.startswith("seals/")
]

Expand Down

0 comments on commit 46242e0

Please sign in to comment.