Evaluation Script is now available #50
adnanmunawar
announced in
Announcements
Replies: 1 comment
-
A new evaluation script for SRC 2023/2024 is now available here. It could be run as follows python evaluation_2024_src.py -t <team_name> -e <task_number> Where |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello All,
We have added the evaluation script for the challenge. Please be aware that there may be some bugs in there.
The evaluation script must be run while the simulation is running and the task being performed. The script will conclude and print the report for a specific task when it receives the task completion report for that task.
To run the script (use
python
orpython3
, depending upon which version you are using):where
<team_name>
is the name used for the completion report and<task_number>
is 1, 2 or 3.@pkazanzides
Beta Was this translation helpful? Give feedback.
All reactions