Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created July 20, 2019 10:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NMZivkovic/9721eda8d3371f7992f5ab0cc48d752b to your computer and use it in GitHub Desktop.
Save NMZivkovic/9721eda8d3371f7992f5ab0cc48d752b to your computer and use it in GitHub Desktop.
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