Created
July 20, 2019 10:05
-
-
Save NMZivkovic/9721eda8d3371f7992f5ab0cc48d752b 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
enviroment.reset() | |
frames = [] | |
for _ in range(NUMBER_OF_FRAMES): | |
enviroment.step(enviroment.action_space.sample()) | |
frames.append(enviroment.ale.getScreenRGB()) | |
img_processor.plot_frames(frames) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment