-
Notifications
You must be signed in to change notification settings - Fork 8.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: VideoRecorder encoder exited with status 1 #2201
Comments
I'm also having the same issue in my environment with python 3.8. |
I have a workaround. I'm training my models on my Jupyter framework and then uploading my models and recording videos on Colab. |
I fixed it. Follow this post.
I didn't notice Colab using But it only works on BrokenPipeError: [Errno 32] Broken pipe---------------------------------------------------------------------------BrokenPipeError Traceback (most recent call last) /opt/conda/lib/python3.8/site-packages/gym-0.18.0-py3.8.egg/gym/wrappers/monitor.py in step(self, action) /opt/conda/lib/python3.8/site-packages/gym-0.18.0-py3.8.egg/gym/wrappers/monitor.py in _after_step(self, observation, reward, done, info) /opt/conda/lib/python3.8/site-packages/gym-0.18.0-py3.8.egg/gym/wrappers/monitoring/video_recorder.py in capture_frame(self) /opt/conda/lib/python3.8/site-packages/gym-0.18.0-py3.8.egg/gym/wrappers/monitoring/video_recorder.py in _encode_image_frame(self, frame) /opt/conda/lib/python3.8/site-packages/gym-0.18.0-py3.8.egg/gym/wrappers/monitoring/video_recorder.py in capture_frame(self, frame) BrokenPipeError: [Errno 32] Broken pipe |
Thank you. Khoa! |
New to Open AI and would appreciate help. Everything is going smoothly but can't seem to record or play back the videos. Getting "ERROR: VideoRecorder encoder exited with status 1".
I am using Ubuntu 20
The text was updated successfully, but these errors were encountered: