mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-07-29 20:14:17 +00:00
[ci skip] Update README.md, fix image display
This commit is contained in:
parent
4a7631b71d
commit
9a3b28bb9f
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,3 @@
|
|||
<img src="docs/\_static/img/logo.png" align="right" width="40%"/>
|
||||
|
||||
<!-- [](https://gitlab.com/araffin/stable-baselines3/-/commits/master) -->
|
||||

|
||||
[](https://stable-baselines3.readthedocs.io/en/master/?badge=master) [](https://gitlab.com/araffin/stable-baselines3/-/commits/master)
|
||||
|
|
@ -8,6 +6,8 @@
|
|||
|
||||
# Stable Baselines3
|
||||
|
||||
<img src="docs/\_static/img/logo.png" align="right" width="40%"/>
|
||||
|
||||
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).
|
||||
|
|
|
|||
Loading…
Reference in a new issue