Skip to content

Instantly share code, notes, and snippets.

@messiest
Created December 21, 2017 10:32
Show Gist options
  • Save messiest/2fd2ac4f7ba9fd4eaa50a0d5c0078436 to your computer and use it in GitHub Desktop.
Save messiest/2fd2ac4f7ba9fd4eaa50a0d5c0078436 to your computer and use it in GitHub Desktop.
Installing gym-super-mario using gym-pull
import gym
import gym_pull
gym_pull.pull('github.com/ppaquette/gym-super-mario')
env = gym.make('ppaquette/SuperMarioBros-1-1-v0')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment