-
Notifications
You must be signed in to change notification settings - Fork 3
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
Clean Up Log File Output #28
Comments
sorry for the slow reply @alhasacademy96 . No, the log file is still pretty messy and difficult to use, but it now records the data we need from players. We should talk about how to clean up the outputs so its more usable! |
Hi @kozzy97, what is the expected output log file format? I think if i got an idea i could get this done quickly. |
Hey @alhasacademy96 ! Currently the log file outputs several system details, which is good for debugging. Then, it outputs some details about the start of the episode and then for each time step it outputs the agent's health, velocity, position, forward, orient, and current score. I am proposing that this latter information gets output into a CSV file rather than in the log as the following:
This is useful because currently the only way to get this information is by parsing the log file, which is quite a burden if you're new to using AAI. If we provide it as a CSV (or JSON(L) or TSV or something like that), then it'll be much easier to use than a log file. All system information that might be important to debug should still go in the log file, though. |
In development now. See notion doc file for details. |
BRANCH REF: |
This issue is stale because it has been open for 45 days with no activity. |
This issue was closed because it has been inactive for 50 days since being marked as stale. Please open a new issue for related bugs. |
The log file that is outputted is very messy, and doesn't contain all information. It should preferably return two things:
The text was updated successfully, but these errors were encountered: