Skip to content

Gymnasium environment for reinforcement learning with multicopters

License

Notifications You must be signed in to change notification settings

simondlevy/gym-copter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



gym-copter

Gymnasium environment for reinforcement learning with multicopters, as described here.

Features:

Dependencies

Quickstart

% pip3 install -e .
% python3 lander.py

(On Linux you will may need to run pip3 with sudo.)

You should see the copter land safely, using a simple solution (constant thrust on all motors) to the landing environment provided by gym-copter. This can to serve as a basis for comparison with learning algorithms.

Similar projects

gym_rotor

GymFC

How to Train Your Quadcopter

About

Gymnasium environment for reinforcement learning with multicopters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published