rllib_tutorials icon indicating copy to clipboard operation
rllib_tutorials copied to clipboard

Ray Summit - Environment lacks agentids

Open DominikRoB opened this issue 2 years ago • 0 comments

When trying the code from the Ray Summit I get the following error:

AttributeError: 'MultiAgentArena' object has no attribute '_agent_ids'.

Adding "self._agent_ids = ["agent1", "agent2"] manually resolves that error, but the agent returns no actions to the environment during training (perhaps related, maybe two sep. issues)

DominikRoB avatar Apr 27 '22 14:04 DominikRoB