Metadata-Version: 2.4
Name: sand-rl
Version: 0.0.2
Summary: Sandbox reinforcement learning.
Project-URL: Homepage, https://github.com/kubernetes-sigs/agent-sandbox/tree/main/examples/agent-sandbox-rl
Project-URL: Repository, https://github.com/kubernetes-sigs/agent-sandbox
Author: glottman
License: Apache-2.0
License-File: LICENSE
Keywords: agents,reinforcement-learning,rl,sandbox
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# sand-rl

Sandbox reinforcement learning.

> **Status:** early placeholder release reserving the `sand-rl` name on PyPI.
> Real functionality is on the way.

## Install

```bash
pip install sand-rl
```

## Usage

```python
import sand_rl
print(sand_rl.__version__)
```
