An open API service indexing awesome lists of open source software.

https://github.com/ernestum/quadrotorenvironment

OpenAI Gym Environment for Quadrotors
https://github.com/ernestum/quadrotorenvironment

openai-gym openai-gym-environment openai-gym-environments

Last synced: about 1 month ago
JSON representation

OpenAI Gym Environment for Quadrotors

Awesome Lists containing this project

README

        

![build_status](https://travis-ci.org/erniejunior/QuadrotorEnvironment.svg?branch=master)

# Installation
You might need to install `python3-dev` because of the numpy-quaternion dependency.
Otherwise
```bash
$ pip3 install quadrotor_environment
```
should do the trick.