Skip to main content

UAV Flight Simulator Gymnasium Environments for Reinforcement Learning Research.

Project description

GitHub CI pre-commit hits total downloads weekly downloads

PyFlyt - UAV Flight Simulator Gymnasium Environments for Reinforcement Learning Research

View the documentation here!

This is a library for testing reinforcement learning algorithms on UAVs. This repo is still under development. We are also actively looking for users and developers, if this sounds like you, don't hesitate to get in touch!

Installation

pip3 install pyflyt

Usage

Usage is similar to any other Gymnasium and (soon) PettingZoo environment:

import gymnasium
import PyFlyt.gym_envs # noqa

env = gymnasium.make("PyFlyt/QuadX-Hover-v0", render_mode="human")
obs = env.reset()

termination = False
truncation = False

while not termination or truncation:
    observation, reward, termination, truncation, info = env.step(env.action_space.sample())

View the official documentation for gymnasium environments here.

Citation

If you use our work in your research and would like to cite it, please use the following bibtex entry:

@article{tai2023pyflyt,
  title={PyFlyt--UAV Simulation Environments for Reinforcement Learning Research},
  author={Tai, Jun Jet and Wong, Jim and Innocente, Mauro and Horri, Nadjim and Brusey, James and Phang, Swee King},
  journal={arXiv preprint arXiv:2304.01305},
  year={2023}
}

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyFlyt-0.7.7.tar.gz (158.4 kB view details)

Uploaded Source

Built Distribution

PyFlyt-0.7.7-py3-none-any.whl (179.6 kB view details)

Uploaded Python 3

File details

Details for the file PyFlyt-0.7.7.tar.gz.

File metadata

  • Download URL: PyFlyt-0.7.7.tar.gz
  • Upload date:
  • Size: 158.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for PyFlyt-0.7.7.tar.gz
Algorithm Hash digest
SHA256 40046e897a7a40eb82a612e82f6996d82a216b81ed0fd0bb89be3c77da804620
MD5 34c0400d4b9acd8e5e1406d9e7c60aeb
BLAKE2b-256 72d9bc1df6a3887b4a97b1be7e8fea1bb0df882d00c1c5b9ce71aa75520d04db

See more details on using hashes here.

Provenance

File details

Details for the file PyFlyt-0.7.7-py3-none-any.whl.

File metadata

  • Download URL: PyFlyt-0.7.7-py3-none-any.whl
  • Upload date:
  • Size: 179.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for PyFlyt-0.7.7-py3-none-any.whl
Algorithm Hash digest
SHA256 f9927062fc74490beb87cec8cb639fb33b4c60ffb4bfdd0f243c223f4595724a
MD5 08a43977cbe99492f0aeab7a6187ac0b
BLAKE2b-256 4b97935a8435c062aa5e72ac41644560d6a3b4546dda9062fe34cb73671f5b71

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page