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

Questions about agent`s state information in MADDPG #82

Open
zxm-NEU opened this issue Sep 16, 2020 · 1 comment
Open

Questions about agent`s state information in MADDPG #82

zxm-NEU opened this issue Sep 16, 2020 · 1 comment

Comments

@zxm-NEU
Copy link

zxm-NEU commented Sep 16, 2020

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

@ShoneXiang
Copy link

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

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

2 participants