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

A question about the implementation of communication mask generation. #4

Open
Little-Podi opened this issue Jan 28, 2023 · 3 comments

Comments

@Little-Podi
Copy link

Little-Podi commented Jan 28, 2023

Happy rabbit year! Can you please explain why we need reset the communication mask to ones with a stride of 2 in the following line (

communication_mask_nodiag[::2] = ones_mask[::2]
)? I cannot find anything related to this part in your paper, and I think it will be very helpful for us!

@sidiangongyuan
Copy link

Did you find anything about the request map in the code? I don't understand how the request map is generated.

@Little-Podi
Copy link
Author

The public code is not perfectly organized with several missing parts, but it should be easy to reproduce their reported performance even you directly ignore and bypass those uncompleted implementations. The overall code framework is clear to handle.

@fengxueguiren
Copy link

根据我调试代码的理解,这个行代码的意思是设置ego车辆的mask为1,其他的值不变,也就是说ego不需要考虑通讯问题。

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

3 participants