MARLlib
MARLlib copied to clipboard
The problems about Modify the network structure.
I want to add attention mechanism in the maddpg network, please tell me which .py file to modify? This question has been bothering me for a long time and I would appreciate it if you could solve the problem.
I faced the same problem. I want to use attention with some algorithms like MAPPO. how is it works? thank you in advanced for any guides.
Thank you anyway. @Theohhhu
@Theohhhu I have another question to trouble you, i followed your guide to modify the network structure in marllib/marl/models/zoo/mlp/ddpg_mlp.py file. But I don't know if this modification is a modification of the actor or the critic?In other words, where can I set the network types for actor and critic separately? Looking forward to your reply with great anticipation!