Spaces:
Running
Running
Zachary Siegel
commited on
Commit
·
a1b0cc7
1
Parent(s):
8b52643
note about file modification
Browse files- agent_submission.md +1 -0
agent_submission.md
CHANGED
@@ -22,6 +22,7 @@
|
|
22 |
3. **Submit the following two directories from the harness**:
|
23 |
- `benchmark/results/[experiment_name]`: Contains the results of your agent on each task.
|
24 |
- `benchmark/logs/[experiment_name]`: Contains the logs of your agent's execution on each task (which are the `agent_trace.log` files your agent submits).
|
|
|
25 |
|
26 |
Compress these directories into two `.tar.gz` files and email them to [[email protected]](mailto:[email protected]). **In the body of the email, please also include the name of your agent that you wish to be displayed on the leaderboard.**
|
27 |
|
|
|
22 |
3. **Submit the following two directories from the harness**:
|
23 |
- `benchmark/results/[experiment_name]`: Contains the results of your agent on each task.
|
24 |
- `benchmark/logs/[experiment_name]`: Contains the logs of your agent's execution on each task (which are the `agent_trace.log` files your agent submits).
|
25 |
+
- These files are automatically generated by the harness when you run your agent. You should not be manually modifying these files.
|
26 |
|
27 |
Compress these directories into two `.tar.gz` files and email them to [[email protected]](mailto:[email protected]). **In the body of the email, please also include the name of your agent that you wish to be displayed on the leaderboard.**
|
28 |
|