Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 181 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 181 Bytes

gym-mygame

A template for making your own OpenAI Gym game environment

Quickstart

% pip3 install gym
% cd gym-mygame
% sudo python3 setup.py install
% python3 test.py