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
fix: SimulationAgent.inventory reads only from agent's own position (#4239)
The inventory property was iterating through ALL observation tokens
(including other agents' inventories) instead of only looking at
tokens at the center position where the agent sees itself.
0 commit comments