21 lines
734 B
Markdown
21 lines
734 B
Markdown
[](https://github.com/Stable-Baselines-Team/stable-baselines3-contrib/actions)[](https://github.com/psf/black)
|
|
|
|
# Stable-Baselines3 - Contrib
|
|
|
|
Contrib package for [Stable-Baselines3](https://github.com/DLR-RM/stable-baselines3) - Experimental code
|
|
|
|
**You need the master version of Stable Baselines3**:
|
|
```
|
|
pip install git+https://github.com/DLR-RM/stable-baselines3
|
|
```
|
|
|
|
Implemented:
|
|
- [Truncated Quantile Critics (TQC)](https://arxiv.org/abs/2005.04269)
|
|
|
|
|
|
## Installation
|
|
|
|
```
|
|
pip install git+https://github.com/Stable-Baselines-Team/stable-baselines3-contrib
|
|
```
|