Metadata-Version: 2.4
Name: skyrl-gym
Version: 0.1.1
Summary: RL environments for LLMs implemented with the Gymnasium API.
Author: NovaSkyAI AI Team
License: MIT
Project-URL: Repository, https://github.com/NovaSky-AI/SkyRL
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: func_timeout
Requires-Dist: pandas
Requires-Dist: requests
Requires-Dist: omegaconf
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"

# SkyRL-Gym

A library of RL environments for LLMs implemented with the Gymnasium API.

## Installation

You can install the latest release from PyPI:

```bash
pip install skyrl-gym
```

or install from source:

```bash
git clone https://github.com/NovaSky-AI/SkyRL.git
cd SkyRL/skyrl-gym
pip install -e .
```

## Documentation

Docs are available at [https://skyrl.readthedocs.io/en/latest/](https://skyrl.readthedocs.io/en/latest/).
