From bcb231e2498359ff3430d77407f2dc46ef1bab65 Mon Sep 17 00:00:00 2001 From: mschweizer Date: Fri, 19 Feb 2021 19:18:41 +0100 Subject: [PATCH] Correct typo in the docs (#321) * Correct typo * Update changelog Co-authored-by: marvin.schweizer --- docs/guide/algos.rst | 2 +- docs/misc/changelog.rst | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/guide/algos.rst b/docs/guide/algos.rst index 887bfb9..7cd5f3e 100644 --- a/docs/guide/algos.rst +++ b/docs/guide/algos.rst @@ -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, diff --git a/docs/misc/changelog.rst b/docs/misc/changelog.rst index fbbcfe1..b2cfc2d 100644 --- a/docs/misc/changelog.rst +++ b/docs/misc/changelog.rst @@ -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