ARCLab-MIT / kspdg

ARCLab-MIT participation in the KSPDG challenge
MIT License
4 stars 0 forks source link

Jason #27

Closed DumplingLife closed 9 months ago

DumplingLife commented 9 months ago

Did some minor refactoring: I moved some stuff to a common.py file, and moved logging agent. I'm just merging back into main to get the upstream changes

Since my LLM now needs to import from a parent directory, it needs to be run as a module from root, e.g. python -m arclab_mit.agents.extended_obs_agent.extended_obs_agent (this is also noted in a comment in the file)