Hi DoVer authors and maintainers @MBJinX,
Thank you for releasing this excellent work and the source code!
I am currently trying to reproduce the experiments following the instructions in the README. However, I encountered a missing file issue. When trying to evaluate the baseline using the provided command:
python scripts/evaluator_trial.py --scenario 1
It returns a "file not found" error. It appears that evaluator_trial.py (and potentially the entire scripts/ directory) might have been accidentally omitted when the code was pushed to the repository.
The script should execute the baseline multi-agent system for scenario 1 and generate the necessary logs/traces for DoVer to process.
Could you please upload the missing evaluation scripts, or point me to the correct entry point if the file has been renamed?
Thank you for your time and help!
Hi DoVer authors and maintainers @MBJinX,
Thank you for releasing this excellent work and the source code!
I am currently trying to reproduce the experiments following the instructions in the README. However, I encountered a missing file issue. When trying to evaluate the baseline using the provided command:
python scripts/evaluator_trial.py --scenario 1It returns a "file not found" error. It appears that
evaluator_trial.py(and potentially the entirescripts/directory) might have been accidentally omitted when the code was pushed to the repository.The script should execute the baseline multi-agent system for scenario 1 and generate the necessary logs/traces for DoVer to process.
Could you please upload the missing evaluation scripts, or point me to the correct entry point if the file has been renamed?
Thank you for your time and help!