Ecosyste.ms: Awesome
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: 2 months ago
JSON representation
OpenAI Gym Environment for Quadrotors
- Host: GitHub
- URL: https://github.com/ernestum/quadrotorenvironment
- Owner: ernestum
- License: gpl-3.0
- Created: 2019-02-17T20:04:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T16:36:59.000Z (over 5 years ago)
- Last Synced: 2024-04-28T17:20:35.340Z (8 months ago)
- Topics: openai-gym, openai-gym-environment, openai-gym-environments
- Language: Python
- Homepage: https://pypi.org/project/QuadrotorEnvironment/
- Size: 67.4 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.