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
In order to get a video, I indeed used the Monitor wrapper from Gym (in a separate custom script). I had an issue with the camera which was not tracking (on HalfCheetah at least), so I had to tweak some things inside the environment, but I think now Gym fixed the tracking when rendering (in its latest version).
Hello,
How can one save the agent performance in the form of a video?
For example you have a gif file in this repo at https://github.com/tristandeleu/pytorch-maml-rl/blob/master/_assets/halfcheetahdir.gif
Can we use gym's Monitor to record the performance during testing/training?
The text was updated successfully, but these errors were encountered: