You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
The difference lies in the variable "other_vel"
for good_agents, the variable "other_vel" is [ ]
for adversaries, the variable "other_vel" is [float, float]
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?
The text was updated successfully, but these errors were encountered: