Example implementation of an OpenAI Gym environment, to illustrate problem representation for RLlib use cases.
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
h/t: