Skip to content

sycdlcrain/openai_new_env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Simple game

The simple game environment demonstrates how to make a game for openai. I use python3 because it is required by the openai benchmarks.

Make sure to add:

export PYTHONPATH=$PYTHONPATH:/path/to/gym-simple/

to ~/.bashrc if you want to import outside of this folder.

Installation

cd gym-simple
sudo pip3 install -e .

Run

python3 run_my_game.py

About

Create a simple gym environment for openai.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages