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
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)
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'.
One more thing is, is there some command or option to shut the below logs down, it produces to many logs.
The text was updated successfully, but these errors were encountered:
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:
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'.
One more thing is, is there some command or option to shut the below logs down, it produces to many logs.
The text was updated successfully, but these errors were encountered: