Skip to content

An example implementation of an OpenAI Gym environment used for a Ray RLlib tutorial

License

Notifications You must be signed in to change notification settings

friedaxvictoria/gym_example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gym_example

Example implementation of an OpenAI Gym environment, to illustrate problem representation for RLlib use cases.

Usage

Clone the repo and connect into its top level directory.

To initialize and run the gym example:

pip install -r requirements.txt
pip install -e gym-example

python sample.py

To run Ray RLlib to train a policy based on this environment:

python train.py

Kudos

h/t:

About

An example implementation of an OpenAI Gym environment used for a Ray RLlib tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 60.0%
  • Jupyter Notebook 40.0%