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

A simple implementation of an OpenAI Gym environment, which simulates a projectile trajectory

License

Notifications You must be signed in to change notification settings

DerwenAI/gym_projectile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

A simple implementation of an OpenAI Gym environment, which simulates a projectile trajectory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published