[Evaluation]: Log openhands version in eval output folder, instead of agent version (#5394)

This commit is contained in:
Xingyao Wang
2024-12-03 22:33:43 -05:00
committed by GitHub
parent 793e142c4a
commit 9908e1b285
22 changed files with 65 additions and 68 deletions

View File

@@ -18,10 +18,10 @@ checkout_eval_branch
# Only 'CodeActAgent' is supported for MINT now
AGENT="CodeActAgent"
get_agent_version
get_openhands_version
echo "AGENT: $AGENT"
echo "AGENT_VERSION: $AGENT_VERSION"
echo "OPENHANDS_VERSION: $OPENHANDS_VERSION"
export PYTHONPATH=$(pwd)