-
Notifications
You must be signed in to change notification settings - Fork 20
feat(experimentalist): add the tau3-bench banking benchmark suite #935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
966cb77
feat(experimentalist): make the benchmark harness suite-driven
callingmedic911 2bceab2
feat(experimentalist): add the tau3-bench banking suite and configs
callingmedic911 1c02140
feat(experimentalist): add the tau3 NOOA agent under test
callingmedic911 ca4ff47
docs(experimentalist): document the tau3 banking benchmark
callingmedic911 ac71a38
refactor(experimentalist): write partition entries relative to the ta…
callingmedic911 4c36898
refactor(experimentalist): name benchmark configs after their suite
callingmedic911 56e8d3b
docs(experimentalist): trim the tau3 section to what a reader needs
callingmedic911 ec2ee54
build(experimentalist): repin nooa to the upstream MCP timeout fix
callingmedic911 1338ea4
Merge remote-tracking branch 'origin/main' into cursor/cloud-agent-17…
callingmedic911 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
plugins/nemo-experimentalist/benchmarks/configs/tau3-quality.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| # SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
|
|
||
| suite_partition: quality | ||
| test_attempts: 3 | ||
| models: | ||
| aut: openai/openai/openai/gpt-5-mini | ||
| experimentalist_smart: openai/openai/openai/gpt-5-mini | ||
| experimentalist_mid: openai/openai/openai/gpt-5-mini | ||
| experimentalist_fast: openai/openai/openai/gpt-5-mini | ||
| user_simulator: openai/openai/openai/gpt-5-mini | ||
| optimizer: | ||
| max_rounds: 3 | ||
| min_rounds_before_stopping: 2 | ||
| max_survivors: 2 | ||
| max_candidates: 3 | ||
| max_trajectory_tasks: 8 | ||
| max_train_batch_tasks: 16 | ||
| train_batch_seed: 20260727 | ||
| disable_trajectory_scoring: false | ||
| disable_convergence_check: false | ||
| evaluator: | ||
| n_attempts: 2 | ||
| # Keep at 3 or lower: each task requests 8192 MB and parallel image builds | ||
| # have triggered Docker Hub rate limiting and DNS failures. | ||
| n_concurrent_trials: 3 | ||
| quiet: true | ||
| agent_setup_timeout_multiplier: 2.0 | ||
| # tau3 builds two images per task, and the first build clones and installs | ||
| # tau2-bench (observed 2m36s cold, 26s warm). | ||
| environment_build_timeout_multiplier: 3.0 | ||
| eval_author: | ||
| max_traces: 10 | ||
| max_validation_repair_attempts: 5 |
32 changes: 32 additions & 0 deletions
32
plugins/nemo-experimentalist/benchmarks/configs/tau3-smoke.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| # SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
|
|
||
| suite_partition: fast | ||
| test_attempts: 1 | ||
| models: | ||
| aut: openai/openai/openai/gpt-5-mini | ||
| experimentalist_smart: openai/openai/openai/gpt-5-mini | ||
| experimentalist_mid: openai/openai/openai/gpt-5-mini | ||
| experimentalist_fast: openai/openai/openai/gpt-5-mini | ||
| user_simulator: openai/openai/openai/gpt-5-mini | ||
| optimizer: | ||
| max_rounds: 1 | ||
| min_rounds_before_stopping: 1 | ||
| max_survivors: 1 | ||
| max_candidates: 1 | ||
| max_trajectory_tasks: 2 | ||
| max_train_batch_tasks: 4 | ||
| train_batch_seed: 20260727 | ||
| disable_trajectory_scoring: true | ||
| disable_convergence_check: true | ||
| evaluator: | ||
| n_attempts: 1 | ||
| n_concurrent_trials: 1 | ||
| quiet: true | ||
| agent_setup_timeout_multiplier: 2.0 | ||
| # tau3 builds two images per task, and the first build clones and installs | ||
| # tau2-bench (observed 2m36s cold, 26s warm). | ||
| environment_build_timeout_multiplier: 3.0 | ||
| eval_author: | ||
| max_traces: 3 | ||
| max_validation_repair_attempts: 2 |
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.