Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Communication with Other Agents #3

Open
BaselOmari opened this issue Dec 9, 2024 · 0 comments
Open

Communication with Other Agents #3

BaselOmari opened this issue Dec 9, 2024 · 0 comments

Comments

@BaselOmari
Copy link

Not sure if this project is actively maintained, but I've spotted an inconsistency with the paper (this was spotted upon a quick review, please correct me if I'm missing/misinterpreting something here).

In the Agents section of the paper, you describe the communication mechanism as:

The agent controls its own self-message, whereas the other-message can only be changed by other agents. 
If the agent chooses to send a message to other agents, it sends its self-message to the closest agents agents, 
which updates these agents’ other message property. 

However, in the code, each agent controls two messages, self_message and a separate other_message, which it updates at each step (see here for init and here for update). If the agent chooses to send nearby agents a message, it replaces other agents' other_message with its own other_message and not its self_message (see here).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant