Skip to content

Pymarl is not strictly decentralized execution #162

Description

@guangyang9543

Neural network parameters can be shared, but inputs and hidden state should be private to the agent. e.g., pymarl/src/controllers/basic_controller.py

agent_outs, self.hidden_states = self.agent(agent_inputs, self.hidden_states)

It is essentially a full communication framework.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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