MultiAgentPerception icon indicating copy to clipboard operation
MultiAgentPerception copied to clipboard

Excuse me , why the param training=True in eval? If training=True in eval, the mode in handshake will be softmax instead of argmax/activated_selected.

Open WangzcBruce opened this issue 2 years ago • 1 comments

https://github.com/GT-RIPL/MultiAgentPerception/blob/4ef300547a7f7af2676a034f7cf742b009f57d99/ptsemseg/trainer.py#L968

WangzcBruce avatar Feb 09 '23 13:02 WangzcBruce

Actually I find that it uses argmax during training in Who2Com which confuses me. And I why the action_argmax is used as a metrics in validation or test but not used during training. image I'm also confused that why the dim here is 2 which is not the agent-axis. Have you solved the problem?I hope to get your answer sincerely. https://github.com/GT-RIPL/MultiAgentPerception/blob/4ef300547a7f7af2676a034f7cf742b009f57d99/ptsemseg/models/agent.py#L625C1-L627C45

drowning-in-codes avatar Feb 29 '24 08:02 drowning-in-codes