ml4ai / tomcat

ToMCAT: Theory of Mind-based Cognitive Architecture for Teams
https://ml4ai.github.io/tomcat/
MIT License
21 stars 7 forks source link

final commit #478

Closed CalebUAz closed 1 year ago

CalebUAz commented 1 year ago

Minor updates:

  1. Hardcoding paths to folders like Minecraft, baseline_task, etc to avoid unnecessary os.walk(), hence saving search time.
  2. Hardcoding pupil capture file names and check if those files exist or not.
  3. Condition to handle multiple multiple trials under same trial ID for Minecraft metadata and report it as a warning.

Major updates:

  1. Using logging package to log info about the missing data to specific folder '/sanitycheck/exp*'
  2. Added a wrapper script that loops across all files, passes it through the inventory script and logs info about missing data if any.