Fix url in docs (#1000)

* fixed URL in docs

* Update changelog.rst
This commit is contained in:
jlp-ue 2022-08-05 17:54:48 +02:00 committed by GitHub
parent 646d6d38b6
commit 6ce33f5bd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -60,7 +60,7 @@ Bleeding-edge version
.. code-block:: bash
pip install git+https://github.com/carlosluis/stable-baselines3/tree/fix_tests
pip install git+https://github.com/carlosluis/stable-baselines3@fix_tests
See `PR #780 <https://github.com/DLR-RM/stable-baselines3/pull/780>`_ for more information.

View file

@ -31,6 +31,7 @@ Documentation:
- Fixed typo in docstring "nature" -> "Nature" (@Melanol)
- Added info on split tensorboard logs into (@Melanol)
- Fixed typo in ppo doc (@francescoluciano)
- Fixed typo in install doc(@jlp-ue)
Release 1.6.0 (2022-07-11)
@ -1015,4 +1016,4 @@ And all the contributors:
@eleurent @ac-93 @cove9988 @theDebugger811 @hsuehch @Demetrio92 @thomasgubler @IperGiove @ScheiklP
@simoninithomas @armandpl @manuel-delverme @Gautam-J @gianlucadecola @buoyancy99 @caburu @xy9485
@Gregwar @ycheng517 @quantitative-technologies @bcollazo @git-thor @TibiGG @cool-RR @MWeltevrede
@Melanol @qgallouedec @francescoluciano
@Melanol @qgallouedec @francescoluciano @jlp-ue