QuadrotorEnvironment

OpenAI Gym Environment for Quadrotors


Keywords
quadrotor, quadcopter, reinforcement, learning, gym, openai-gym, openai-gym-environment, openai-gym-environments
License
GPL-2.0+
Install
pip install QuadrotorEnvironment==0.0.3

Documentation

build_status

Installation

You might need to install python3-dev because of the numpy-quaternion dependency. Otherwise

$ pip3 install quadrotor_environment

should do the trick.