Merge pull request #984 from R055A/stable-baselines-3

Add stable-baselines3
This commit is contained in:
Joseph Misiti 2024-04-08 11:10:36 -04:00 committed by GitHub
commit 4feda57d54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -484,6 +484,7 @@ Read the paper [here](https://arxiv.org/abs/1902.06714).
#### Reinforcement learning
* [gold](https://github.com/aunum/gold) - A reinforcement learning library.
* [stable-baselines3](https://github.com/DLR-RM/stable-baselines3) - PyTorch implementations of Stable Baselines (deep) reinforcement learning algorithms.
<a name="haskell"></a>
## Haskell