mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-26 22:45:15 +00:00
Correct typo in the docs (#321)
* Correct typo * Update changelog Co-authored-by: marvin.schweizer <marvin.schweizer@kit.edu>
This commit is contained in:
parent
48a19a43ec
commit
bcb231e249
2 changed files with 3 additions and 2 deletions
|
|
@ -44,7 +44,7 @@ Actions ``gym.spaces``:
|
|||
Reproducibility
|
||||
---------------
|
||||
|
||||
Completely reproducible results are not guaranteed across Tensorflow releases or different platforms.
|
||||
Completely reproducible results are not guaranteed across PyTorch releases or different platforms.
|
||||
Furthermore, results need not be reproducible between CPU and GPU executions, even when using identical seeds.
|
||||
|
||||
In order to make computations deterministics, on your specific problem on one specific platform,
|
||||
|
|
|
|||
|
|
@ -72,6 +72,7 @@ Documentation:
|
|||
- Updated migration guide
|
||||
- Updated custom policy doc (separate policy architecture recommended)
|
||||
- Added a note about OpenCV headless version
|
||||
- Corrected typo on documentation (@mschweizer)
|
||||
|
||||
|
||||
Pre-Release 0.10.0 (2020-10-28)
|
||||
|
|
@ -547,4 +548,4 @@ And all the contributors:
|
|||
@flodorner @KuKuXia @NeoExtended @PartiallyTyped @mmcenta @richardwu @kinalmehta @rolandgvc @tkelestemur @mloo3
|
||||
@tirafesi @blurLake @koulakis @joeljosephjin @shwang @rk37 @andyshih12 @RaphaelWag @xicocaio
|
||||
@diditforlulz273 @liorcohen5 @ManifoldFR @mloo3 @SwamyDev @wmmc88 @megan-klaiber @thisray
|
||||
@tfederico @hn2 @LucasAlegre @AptX395 @zampanteymedio @decodyng @ardabbour @lorenz-h
|
||||
@tfederico @hn2 @LucasAlegre @AptX395 @zampanteymedio @decodyng @ardabbour @lorenz-h @mschweizer
|
||||
|
|
|
|||
Loading…
Reference in a new issue