Stable-Baselines-Team / rl-colab-notebooks

Colab notebooks part of the documentation of Stable Baselines reinforcement learning library
https://stable-baselines.readthedocs.io/
MIT License
205 stars 38 forks source link

Fixed record video in notebooks #12

Closed amrzv closed 1 year ago

amrzv commented 1 year ago

Hi. Fixed #11 in 1{_getting_started,rl-baselines-zoo,dqn_sb3}.ipynb notebooks.

Also fixed path to record_video function in rl-baselines-zoo.ipynb notebook: !python -m rl_zoo3.record_video ...

Tested in colab: "Run all cells" without errors.