Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

ParallelEnvironment on Windows Error #98

Open
michael20at opened this issue Sep 4, 2018 · 3 comments
Open

ParallelEnvironment on Windows Error #98

michael20at opened this issue Sep 4, 2018 · 3 comments

Comments

@michael20at
Copy link

Hi, thanks for your great work.

I wanted to try out the FMC Notebook, but it's not working for me, problem is at

env = ParallelEnvironment(name=name,env_class=AtariEnvironment,
                          blocking=False, n_workers=8, n_repeat_action=n_repeat_action)  

Throws no error, but no progress either. After tinkering around I replaced it with

env = AtariEnvironment(name=name, clone_seeds=clone_seeds)

which works now, but obviously slower because of no parallelisation. Any idea how to solve this?

Thanks again for your efforts, trying out a few environments right now! FG, Michael

PS: Also had to downgrade pyglet to version 1.2.4 to render gym environment (would get NotImplementedError: abstract otherwhise), in case anyone had the same problem. :)

@sergio-hcsoft
Copy link
Collaborator

Sadly we cannot support Windows development, small differences -with Linux- like this make for huge annoyances when it comes to actually make it work. Try using a VM on top of Windows.

@michael20at
Copy link
Author

Thank you for the response, a VM is sadly not an option, because they don't support GPU Throughput as far as I know!

@Sandy4321
Copy link

yes , it would be great to try it on windows
since the majority of people do use windows

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

No branches or pull requests

3 participants