You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyTorch version of [Stable Baselines](https://github.com/hill-a/stable-baselines), a set of improved implementations of reinforcement learning algorithms.
8
8
@@ -58,7 +58,7 @@ To cite this repository in publications:
58
58
```
59
59
@misc{torchy-baselines,
60
60
author = {Raffin, Antonin and Hill, Ashley and Ernestus, Maximilian and Gleave, Adam and Kanervisto, Anssi and Dormann, Noah},
`Torchy Baselines<https://github.com/hill-a/stable-baselines>`_ is the PyTorch version of `Stable Baselines <https://github.com/hill-a/stable-baselines>`_,
9
+
`Stable Baselines3<https://github.com/hill-a/stable-baselines>`_ is the PyTorch version of `Stable Baselines <https://github.com/hill-a/stable-baselines>`_,
10
10
a set of improved implementations of reinforcement learning algorithms.
11
11
12
12
RL Baselines Zoo (collection of pre-trained agents): https://github.com/araffin/rl-baselines-zoo
@@ -41,15 +41,15 @@ RL Baselines zoo also offers a simple interface to train, evaluate agents and do
41
41
misc/changelog
42
42
43
43
44
-
Citing Torchy Baselines
44
+
Citing Stable Baselines3
45
45
-----------------------
46
46
To cite this project in publications:
47
47
48
48
.. code-block:: bibtex
49
49
50
50
@misc{torchy-baselines,
51
51
author = {Raffin, Antonin and Hill, Ashley and Ernestus, Maximilian and Gleave, Adam and Kanervisto, Anssi and Dormann, Noah},
0 commit comments