mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-06-06 00:03:28 +00:00
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 <antonin.raffin@dlr.de>
This commit is contained in:
parent
69b94dd6a8
commit
7a1e429702
2 changed files with 2 additions and 5 deletions
|
|
@ -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 <https://launchpad.net/kazam>`_.
|
||||
And then convert the video using `ffmpeg <https://superuser.com/questions/556029/how-do-i-convert-a-video-to-gif-using-ffmpeg-with-reasonable-quality>`_
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
import imageio
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue