multiagent-particle-envs icon indicating copy to clipboard operation
multiagent-particle-envs copied to clipboard

Questions about agent`s state information in MADDPG

Open zxm-NEU opened this issue 5 years ago • 1 comments

Take the three predators and two escapers in simple_tag as an example. I tried to print the status information of these five agents and got an array. The status information of good_agents is 18 and the status information of adversaries is 20. I would like to ask Now, what are these states and why are they inconsistent? image

zxm-NEU avatar Sep 16 '20 08:09 zxm-NEU

The difference lies in the variable "other_vel" image for good_agents, the variable "other_vel" is [ ] image for adversaries, the variable "other_vel" is [float, float] image

ShoneXiang avatar Aug 15 '24 02:08 ShoneXiang