Skip to content

Add self-play/multi-agent support #4

@cswinter

Description

@cswinter

Ideally, we eventually add support for the full PettingZoo multi-agent API. As a much simpler first step that already covers a lot of interesting environments, we could add support for multi-agent environments with simultaneous moves, and a fixed number of actors. The main new feature this would require is a version of Environment which accepts an entire list of actions, and similarly returns a list of observations. This multi-agent environment can the be simply treated as multiple normal environments by ListEnv or ParallelListEnv.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions