-
Notifications
You must be signed in to change notification settings - Fork 6
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
[POGO] Missing entity actions #35
Comments
Email from 19 Oct 21: Hi Stephen and Eric - I’m not sure whether our agent is seeing all of the actions taken by the other agents. Is there some source of ground truth I can use to check our plumbing? Eg, in attached log “stepnumber” generally advances by three btwn our sensing and I don’t see any “BREAK_BLOCK” commands although the agent does appear to be removing some logs before our agent can get to them. (Fwiw, I’ve seen “BREAK_BLOCK” in other logs.) My code should be calling SENSE_ACTOR_ACTIONS after every command (right before it sends SENSE_ALL). I’m afraid I’m getting this question out just in time to leave town for three days.. If you have followup questions, Dave should be able to help. Thanks, Mike |
Email from 26 Oct 21: Hi Stephen - Would you like more information from me? I’m not sure where I can dig to find the seemingly missing observations. Thanks, Mike |
Hi Stephen - As I wrote in email yday am (7 Nov 21), I have an example run which seems to show that we're not always getting the pogoist's Thanks, Mike Email from 7 Nov 21:
|
is it plausible/correct that we do not see actor actions if we are not in the same room? that at least seems to be the case in an example I'm looking at in musliner@openmind0:~/openmind/code/test/results/pal-tournament-v2-nonov2-2022-03-21-145347-openmind0 |
As reported previously in email (19 Oct 21, 26 Oct 21, 4 Nov 21), our agent only "sees" every third or so action taken by other entities when calling
SENSE_ACTOR_ACTIONS
.The text was updated successfully, but these errors were encountered: