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

Players' info always 0 in low-level features #69

Open
bluecontra opened this issue Jul 31, 2018 · 1 comment
Open

Players' info always 0 in low-level features #69

bluecontra opened this issue Jul 31, 2018 · 1 comment

Comments

@bluecontra
Copy link

bluecontra commented Jul 31, 2018

Hi, @mhauskn
I am training my RL agents in this Env and I found that the information of 'players' seems to always be 0.
Here is the an example of the 'state' I got from below:

state=hfo.HFOEnvironment()
...
print(state)

image

image
The scenario is 3v3 so the low-level features are 104-dim. According to the 'Manual', the 74-81,82-89,90-97 should be the features of the opponents.
Why always 0 here ? Can you kindly help me with it ? I checked the 'Manual' and found that the feature will be given 0 if its not valid, why these features always invalid ?

Further, I check the high-level feature, it looks good when running even some info initially '-2'.
image
image

One more thing is, is there some command or option to shut the below logs down, it produces to many logs.
image

@mhauskn
Copy link
Member

mhauskn commented Aug 2, 2018 via email

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