Metadata-Version: 2.4
Name: bsk_rl
Version: 1.2.6
Summary: RL environments and tools for spacecraft autonomy research, built on Basilisk. Developed by the AVS Lab.
Author-email: Mark Stephenson <mark.a.stephenson@colorado.edu>, Adam Herrmann <adam.herrmann@colorado.edu>
License: MIT
Requires-Python: >=3.10.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bsk>=2.8.9
Requires-Dist: Deprecated
Requires-Dist: gymnasium
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pettingzoo
Requires-Dist: pytest==7.3.1
Requires-Dist: pytest-cov
Requires-Dist: pytest-repeat
Requires-Dist: pytest-retry
Requires-Dist: requests
Requires-Dist: ruff>=0.1.9
Requires-Dist: scipy
Provides-Extra: docs
Requires-Dist: ipykernel; extra == "docs"
Requires-Dist: ipywidgets; extra == "docs"
Requires-Dist: nbdime; extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: sphinxcontrib-youtube; extra == "docs"
Provides-Extra: rllib
Requires-Dist: dm_tree; extra == "rllib"
Requires-Dist: pyarrow; extra == "rllib"
Requires-Dist: ray[rllib]==2.35.0; extra == "rllib"
Requires-Dist: scikit-image; extra == "rllib"
Requires-Dist: torch; extra == "rllib"
Requires-Dist: typer; extra == "rllib"
Dynamic: license-file

# BSK-RL: Environments for Spacecraft Planning and Scheduling

<img align="right" src="./docs/source/_images/static/bsk_rl-logo.png" width=180px>


[BSK-RL](https://avslab.github.io/bsk_rl/) ([Basilisk](https://hanspeterschaub.info/basilisk) + [Reinforcement Learning](https://en.wikipedia.org/wiki/Reinforcement_learning)) is a Python package for constructing [Gymnasium](https://gymnasium.farama.org/index.html) environments for spacecraft tasking problems. It is built on top of [Basilisk](https://hanspeterschaub.info/basilisk), a modular and fast spacecraft simulation framework, making the simulation environments high-fidelity and computationally efficient. 

### Usage
Installation instructions, examples, and documentation can be found on the [BSK-RL website](https://avslab.github.io/bsk_rl/).

### Acknowledgment

BSK-RL is developed by the [Autonomous Vehicle Systems (AVS) Lab](https://hanspeterschaub.info/AVSlab.html) at the University of Colorado Boulder.

