You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I am not quite sure whether or not this might already been fixed in the newer versions, however in Grid2Op v1.9.5 I was not able to create a gif due to the depriciated argument "fps". I could not see in the Release note, whether this was fixed.
How to reproduce
The code is quite similar to the plotting example
In the following example we import the results from an Runner
Thanks for noticing it. I added a try / catch block to make sure the old behaviour is still correct on most ancient imageio version, but beside that your fix seems good :-)
Environment
1.9.5
Bug description
Hey, I am not quite sure whether or not this might already been fixed in the newer versions, however in Grid2Op v1.9.5 I was not able to create a gif due to the depriciated argument "fps". I could not see in the Release note, whether this was fixed.
How to reproduce
The code is quite similar to the plotting example
In the following example we import the results from an Runner
Possible Error
As far as I can see the error is due to the depreciated fps argument in the .replay_episode() method
Proposed fix
The fix is rather simple. Just use duration instead of fps
The text was updated successfully, but these errors were encountered: