Metadata-Version: 2.1
Name: cfrl
Version: 0.1.9
Summary: 
Author: Chufan Chen
Author-email: chenchufan@zju.edu.cn
Requires-Python: >=3.8,<3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: gym[classic_control] (==0.23.1)
Requires-Dist: numpy (>=1.23.3,<2.0.0)
Requires-Dist: packaging (>=21.3,<22.0)
Requires-Dist: stable-baselines3 (==1.2.0)
Requires-Dist: tensorboard (>=2.10.1,<3.0.0)
Requires-Dist: torch (>=1.12.1,<2.0.0)
Requires-Dist: wandb (>=0.13.3,<0.14.0)
Description-Content-Type: text/markdown

# cfrl

CFRL is a Python library for reinforcement learning.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install cfrl.

```bash
pip install cfrl
```

## Usage

```python
import cfrl
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)

