Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 609 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 609 Bytes

**This repo is deprecated in favour of (https://github.com/rubenvereecken/py-vgdl) **

Quick and dirty port of py-vgdl (https://github.com/schaul/py-vgdl) to work as an OpenAI Gym (https://github.com/openai/gym) environment.

Install using pip:

git clone https://github.com/EndingCredits/gym_vgdl.git
cd gym_vgdl/
pip install -e .

Then remember to import gym_vgdl and you can use the games as any other env using e.g. env = gym.make('vgdlaliens-v0'). New games can be added by grabbing the VGDL game and level descriptions and adding them to gym_vgdl/vgdl/games, and modifying __init__.py.