Created
July 20, 2019 09:55
-
-
Save NMZivkovic/718f6fe6ba1666ad09dddd60b603520b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
GAME_NAME = "BreakoutDeterministic-v4" | |
NUMBER_OF_FRAMES = 5 | |
enviroment = gym.make(GAME_NAME).env |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment