Metadata-Version: 2.1
Name: l2f
Version: 2.0.3
Summary: Python bindings for the L2F (Learning to Fly) Simulator
Author: Jonas Eschmann
Author-email: Jonas Eschmann <jonas.eschmann@gmail.com>
Project-URL: Homepage, https://github.com/rl-tools/l2f
Project-URL: Issues, https://github.com/rl-tools/l2f/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# L2F: Learning to Fly Simulator


```
pip install l2f
```

This repo contains Python bindings for the simulator introduced in [Learning to Fly in Seconds](https://arxiv.org/abs/2311.13081).

Please check the [example](./examples/test.py) for how to use it.

## CUDA

For the CUDA usage please refer to [rl-tools/l2f-benchmark](https://github.com/rl-tools/l2f-benchmark)
