-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add score masking to seven atari environments (#62)
* Add score masking to seven atari environments * Add option of masked or unmasked atari envs * add final tests and cosmetic changes for masked score atari environments * Add pytest match option to MaskScoreWrapper tests * Fix test error due to incorrectly named unmasked envs * Fix lint in test_envs.py * Add test to make_atari_env to check for exception thrown on unavailable masked env * Add type alias and dataclass for masked score region objects * Pin pyglet version to workaround bug Co-authored-by: Adam Gleave <[email protected]>
- Loading branch information
1 parent
956fbb4
commit dc7a695
Showing
5 changed files
with
199 additions
and
27 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
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