From 9a3b28bb9f24a1646479500fb23be55ba652a30d Mon Sep 17 00:00:00 2001 From: Antonin RAFFIN Date: Fri, 23 Aug 2024 08:58:43 +0200 Subject: [PATCH] [ci skip] Update README.md, fix image display --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78592ba..52634e4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ - - ![CI](https://github.com/DLR-RM/stable-baselines3/workflows/CI/badge.svg) [![Documentation Status](https://readthedocs.org/projects/stable-baselines/badge/?version=master)](https://stable-baselines3.readthedocs.io/en/master/?badge=master) [![coverage report](https://gitlab.com/araffin/stable-baselines3/badges/master/coverage.svg)](https://gitlab.com/araffin/stable-baselines3/-/commits/master) @@ -8,6 +6,8 @@ # Stable Baselines3 + + Stable Baselines3 (SB3) is a set of reliable implementations of reinforcement learning algorithms in PyTorch. It is the next major version of [Stable Baselines](https://github.com/hill-a/stable-baselines). You can read a detailed presentation of Stable Baselines3 in the [v1.0 blog post](https://araffin.github.io/post/sb3/) or our [JMLR paper](https://jmlr.org/papers/volume22/20-1364/20-1364.pdf).