Skip to content

Instantly share code, notes, and snippets.

@PuZZleDucK
PuZZleDucK / atari-2.py
Created May 21, 2016 04:40
My first Atari simulation with simple summary of results
#!/usr/bin/python
# My first Atari simulation on the AIgym
# Not much happening yet
import gym
env = gym.make('MsPacman-v0')
print env.action_space
print env.observation_space