Open MicheleMusacchio opened 7 months ago
Got again the error and as you can see by the rewards the agent managed to reach the second room so is pretty probable that is a visibility issue @jonasbarth
Yes definitely seems so, we could either
The first one is probably easier to implement and makes learning easier as well. Feel free to modify stuff! But great to see that they were able to reach the second room :grin:
I changed it such that always all agents are visible now, which makes a lot more sense I think. The sensor range of each agent just determines what it sees in its observation not which other observations it can see.
https://github.com/rl-2023/rl-2023-final-project/commit/e6a97a557277789f9ecd2a835ef54847b1798067
I got this error that occurred while running the training part. I find it a particular one because was the first and only time that I saw it, so is about some specific configuration of the agents. Might be something about attention and agents visibility?