Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (22 loc) · 819 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 819 Bytes

gym_projectile

A simple implementation of an OpenAI Gym environment, to show a simulation of a projectile trajectory.

Assumes: level ground, no atmosphere

Usage

Clone the repo and connect into its top level directory.

Then to run the gym example:

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

python example.py

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

python train.py

Kudos

h/t: