Skip to content

Commit 00d66a2

Browse files
ericlau98claude
andcommitted
fix: correct environment ID in math-python.toml config
The config file had copy-paste errors referencing wiki-search instead of math-python for both the environment ID and run_name. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0e0e872 commit 00d66a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/vf-rl/math-python.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
model = "Qwen/Qwen3-4B-Instruct-2507"
22

33
[env]
4-
id = "primeintellect/wiki-search"
4+
id = "primeintellect/math-python"
55

66
[inference]
77
gpus = 6
@@ -15,7 +15,7 @@ tool_call_parser = "hermes"
1515
gpus = 2
1616

1717
[trainer.args]
18-
run_name = "wiki-search"
18+
run_name = "math-python"
1919
micro_batch_size = 8
2020
rollouts_per_example = 16
2121
batch_size = 512

0 commit comments

Comments
 (0)