FractalAI icon indicating copy to clipboard operation
FractalAI copied to clipboard

ParallelEnvironment on Windows Error

Open michael20at opened this issue 7 years ago • 3 comments

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. :)

michael20at avatar Sep 04 '18 18:09 michael20at

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.

sergio-hcsoft avatar Oct 01 '18 08:10 sergio-hcsoft

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

michael20at avatar Oct 31 '18 12:10 michael20at

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

Sandy4321 avatar Feb 21 '19 15:02 Sandy4321