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