You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.
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. :)
The text was updated successfully, but these errors were encountered:
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.
Hi, thanks for your great work.
I wanted to try out the FMC Notebook, but it's not working for me, problem is at
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. :)
The text was updated successfully, but these errors were encountered: