Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 471 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 471 Bytes

OpenAI gym for kaggle hungry geese competition environment.

CD to gym-hungrygeese (note - not _, that is the directory containing setup.py) and run pip install -e gym-hungrygeese Gym created following instructions here.

After installation, you should be able to do:

>>> import gym
>>> env = gym.make('gym_hungrygeese:hungrygeese-v0')