Skip to content
This repository was archived by the owner on Jul 27, 2025. It is now read-only.
This repository was archived by the owner on Jul 27, 2025. It is now read-only.

ParallelEnvironment on Windows Error #98

@michael20at

Description

@michael20at

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions