-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Hello!
First off, thank you for your work on the SCRIMP paper. It presents an intriguing approach to the challenges problem.
One aspect I'm curious about is how SCRIMP handles potential collisions with a very restricted 3x3 FOV. To paint a picture, consider a scenario where two agents (agents A [moving right] and B [moving left]) are in a narrow corridor with just a single cell between them, such that they're outside each other's FOVs:
#####
.A.B.
#####
Given their limited visibility, how does the system ensure these agents avoid collisions in real-time? Does the global communication mechanism based on the modified transformer help in such close-quartered scenarios, or are there other components of the system that play a role in avoiding potential conflicts in such situations?