Skip to content

Commit

Permalink
fix error in mario registry
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEimer committed Dec 11, 2023
1 parent d96c788 commit add396d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def check_spec(spec_name: str) -> bool:
if found:
register(
id="carl/CARLMarioEnv-v0",
entry_point="carl.envs.gymnasium:CARLMarioEnv",
entry_point="carl.envs.mario:CARLMarioEnv",
)
except:
print(
Expand Down

0 comments on commit add396d

Please sign in to comment.