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
I have this minimal reproducible example with a square 20x20 grid environment and 5 agents, that are allowed to take actions \in {left, top, right, bottom, idle}. The observation contains displacement for each robot from the current position to its goal position in the grid and the 5x5 local observation for each robot around it.
How would you suggest to fix this issue? Or perhaps there is some better way to train an algorithm with such a setup? Maybe making a different observation space? I am feeding them the local 5x5 grid so that they are aware of the other agents and I don't want them to hit each other. And I want to train it in a centralized manner. Thanks in advance!
The text was updated successfully, but these errors were encountered:
I have this minimal reproducible example with a square 20x20 grid environment and 5 agents, that are allowed to take actions \in {left, top, right, bottom, idle}. The observation contains displacement for each robot from the current position to its goal position in the grid and the 5x5 local observation for each robot around it.
I am trying to use it with Tianshou, but I get the following output with error
How would you suggest to fix this issue? Or perhaps there is some better way to train an algorithm with such a setup? Maybe making a different observation space? I am feeding them the local 5x5 grid so that they are aware of the other agents and I don't want them to hit each other. And I want to train it in a centralized manner. Thanks in advance!
The text was updated successfully, but these errors were encountered: