-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
"""Registration code of Gym environments in this package.""" | ||
from .smb_env import SuperMarioBrosEnv | ||
from .smb_random_levels_env import SuperMarioBrosRandomLevelsEnv | ||
from .smb_random_stages_env import SuperMarioBrosRandomStagesEnv | ||
from ._registration import make | ||
|
||
|
||
# define the outward facing API of this package | ||
__all__ = [ | ||
make.__name__, | ||
SuperMarioBrosEnv.__name__, | ||
SuperMarioBrosRandomLevelsEnv.__name__, | ||
SuperMarioBrosRandomStagesEnv.__name__, | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters