Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 186 Bytes

File metadata and controls

11 lines (9 loc) · 186 Bytes

gym-mygame

A template for making your own Gymnasium game environment

Quickstart

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