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
I'm running walker2D and suddenly my videos are twice as large: 1000x1000 instead of 500x500. Needless to say this is slowing down my training considerably.
In video_recorder.py, line 106: frame = self.env.render(mode=render_mode)
the frame now is 1000x1000. Any one with thoughts on how to get this back to normal?
thanks,
john