Skip to content
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

Open
ctywny opened this issue Feb 18, 2020 · 6 comments

Comments

@ctywny
Copy link

ctywny commented Feb 18, 2020

No description provided.

@ctywny
Copy link
Author

ctywny commented Feb 18, 2020

line26: def record(self, image_array):
self.pipe.stdin.write(image_array.tostring())

@jokerlegends
Copy link

Perhaps because that the "ffmpeg" is not installed

@EhsanMohd
Copy link

Perhaps because that the "ffmpeg" is not installed

how to install FFmpeg ?

@Christopher-Lucas-Prime
Copy link

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

@qiaoxianfeng
Copy link

Hello, I followed your instructions above, but still did not solve the previous problem. Is that why?

@ZhaoQianfeng
Copy link

ZhaoQianfeng commented Jan 27, 2021

Go here download ffmpeg build and then add the \bin path to environment variable. @qiaoxianfeng

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants