From 0b8a5d1d9355c1706e2d6c7f3c570e21e1fb1293 Mon Sep 17 00:00:00 2001 From: Adam Ross <14985050+R055A@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:52:24 +1200 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 778fc8b..afcab0d 100644 --- a/README.md +++ b/README.md @@ -415,6 +415,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [keras](https://github.com/keras-team/keras) - A high-level neural networks library and capable of running on top of either TensorFlow or Theano. * [pytorch](https://github.com/pytorch/pytorch) - Tensors and Dynamic neural networks in Python with strong GPU acceleration. * [pytorch-lightning](https://github.com/Lightning-AI/pytorch-lightning) - Deep learning framework to train, deploy, and ship AI products Lightning fast. +* [Stable Baselines3](https://github.com/DLR-RM/stable-baselines3) - PyTorch implementations of stable baselines (deep) reinforcement learning algorithms. * [tensorflow](https://github.com/tensorflow/tensorflow) - The most popular Deep Learning framework created by Google. * [theano](https://github.com/Theano/Theano) - A library for fast numerical computation. From 1b70a45ba020de0e8b1d8d9cf0bbe5dbaaafbf1d Mon Sep 17 00:00:00 2001 From: Adam Ross <14985050+R055A@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:21:48 +1200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afcab0d..1a846f4 100644 --- a/README.md +++ b/README.md @@ -415,7 +415,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [keras](https://github.com/keras-team/keras) - A high-level neural networks library and capable of running on top of either TensorFlow or Theano. * [pytorch](https://github.com/pytorch/pytorch) - Tensors and Dynamic neural networks in Python with strong GPU acceleration. * [pytorch-lightning](https://github.com/Lightning-AI/pytorch-lightning) - Deep learning framework to train, deploy, and ship AI products Lightning fast. -* [Stable Baselines3](https://github.com/DLR-RM/stable-baselines3) - PyTorch implementations of stable baselines (deep) reinforcement learning algorithms. +* [stable-baselines3](https://github.com/DLR-RM/stable-baselines3) - PyTorch implementations of Stable Baselines (deep) reinforcement learning algorithms. * [tensorflow](https://github.com/tensorflow/tensorflow) - The most popular Deep Learning framework created by Google. * [theano](https://github.com/Theano/Theano) - A library for fast numerical computation.