huggingface / huggingface_sb3

Additional code for Stable-baselines3 to load and upload models from the Hub.
76 stars 23 forks source link

Fix record video for RecurrentPPO #8

Closed araffin closed 2 years ago

araffin commented 2 years ago

Fix double reset and use LSTM states when available.

Note: the fix need to be pushed to the rl zoo too.