-
Notifications
You must be signed in to change notification settings - Fork 230
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
env.py :AttributeError: 'Monitor' object has no attribute 'pipe'??Pls #12
Comments
line26: def record(self, image_array): |
Perhaps because that the "ffmpeg" is not installed |
how to install FFmpeg ? |
try "pip install ffmpeg" , if it doesn't work and you just wanna test things out replace line 53 in env.py with "pass" , you would still be able to see the rendered environment from gym. plus if it's too fast try adding a delay right after "env.render()" in test.py |
Hello, I followed your instructions above, but still did not solve the previous problem. Is that why? |
Go here download ffmpeg build and then add the |
No description provided.
The text was updated successfully, but these errors were encountered: