Skip to content
/ gs-gym Public

Openai gym environment for breakout clone breakwall

License

Notifications You must be signed in to change notification settings

yeeking/gs-gym

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goldsmiths openai gym envs

We created some envs for AIs to play in, since we cannot show the original Atari games due to copyright.

To install:

pip install -e .

To try it out:

import gym
env = gym.make('gym_gs:breakwall-v0')
env.reset()
env.step(1)

About

Openai gym environment for breakout clone breakwall

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages