From 4e41371875c245e06ace60a109db3e1664d02ead Mon Sep 17 00:00:00 2001 From: Adam Ross <14985050+R055A@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:23:27 +1200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 913aced..c18bda5 100644 --- a/README.md +++ b/README.md @@ -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. ## Haskell