Metadata-Version: 2.4
Name: superdex-lab
Version: 1.0.0
Summary: Gymnasium-based environment and benchmarking surfaces for SuperDex
Author: SuperDex Team
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/facebookresearch/project_superdex
Project-URL: Repository, https://github.com/facebookresearch/project_superdex
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Requires-Python: <3.13,>=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: superdex-physics==1.0.0
Requires-Dist: superdex-robotics==1.0.0
Requires-Dist: gymnasium>=1.1.1
Requires-Dist: h5py>=3.11.0
Requires-Dist: numpy>=1.26.4
Dynamic: license-file

# SuperDex Lab

[SuperDex Lab](https://projectsuperdex.com/lab/) provides Gymnasium-based
environment and benchmarking surfaces for Project SuperDex.

Provides the `superdex.lab` package: reinforcement-learning environments, reference
benchmark tasks, and the vectorized runners built on `superdex-robotics`.

```bash
pip install superdex-lab
```

The benchmark assets are not included with `pip install superdex-lab`. Clone the
[Project SuperDex repository](https://github.com/facebookresearch/project_superdex)
and set `SUPERDEX_ASSETS_PATH=<path-to-project_superdex>/assets` before running a
benchmark environment. See the
[setup guide](https://projectsuperdex.com/lab/docs/superdex_gym/setup/) for complete
instructions.

See the [repository README](https://github.com/facebookresearch/project_superdex#readme)
for the full list of SuperDex distributions.

## License

First-party code in this distribution is Apache-2.0 licensed; see
[LICENSE](https://github.com/facebookresearch/project_superdex/blob/main/LICENSE).
Third-party dependencies retain their own terms.
