/gym-copter

Gymnasium environment for reinforcement learning with multicopters

Primary LanguagePythonMIT LicenseMIT



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