From 7a1e429702d7eef17ae026f48013de2884fb77b7 Mon Sep 17 00:00:00 2001 From: harveybellini Date: Wed, 15 Feb 2023 12:14:02 +0000 Subject: [PATCH] Remove Note from examples - Code works (#1330) * Remove Note Gif creation works with Atari Environments using the script provided below. * Update changelog --------- Co-authored-by: Antonin Raffin --- docs/guide/examples.rst | 4 ---- docs/misc/changelog.rst | 3 ++- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/guide/examples.rst b/docs/guide/examples.rst index 2bdb8d8..61b1fd1 100644 --- a/docs/guide/examples.rst +++ b/docs/guide/examples.rst @@ -769,10 +769,6 @@ Record a mp4 video (here using a random agent). Bonus: Make a GIF of a Trained Agent ------------------------------------ -.. note:: - For Atari games, you need to use a screen recorder such as `Kazam `_. - And then convert the video using `ffmpeg `_ - .. code-block:: python import imageio diff --git a/docs/misc/changelog.rst b/docs/misc/changelog.rst index f70a81b..ddc0ce2 100644 --- a/docs/misc/changelog.rst +++ b/docs/misc/changelog.rst @@ -46,6 +46,7 @@ Documentation: - Clarified documentation about subproc multiprocessing for A2C (@Bonifatius94) - Fixed typo in ``A2C`` docstring (@AlexPasqua) - Renamed timesteps to episodes for ``log_interval`` description (@theSquaredError) +- Removed note about gif creation for Atari games (@harveybellini) Release 1.7.0 (2023-01-10) -------------------------- @@ -1227,4 +1228,4 @@ And all the contributors: @Gregwar @ycheng517 @quantitative-technologies @bcollazo @git-thor @TibiGG @cool-RR @MWeltevrede @Melanol @qgallouedec @francescoluciano @jlp-ue @burakdmb @timothe-chaumont @honglu2875 @yuanmingqi @anand-bala @hughperkins @sidney-tio @AlexPasqua @dominicgkerr @Akhilez @Rocamonde @tobirohrer @ZikangXiong -@DavyMorgan @luizapozzobon @Bonifatius94 @theSquaredError +@DavyMorgan @luizapozzobon @Bonifatius94 @theSquaredError @harveybellini