File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1+ # Bash commands
2+ - ` uv run pytest ` : Run the tests.
3+ - ` make style && make quality ` run the linter + formatter.
4+
5+ # Workflow
6+ - Always run the linter and make sure the tests pass before finishing a task.
7+ - Prefer running single tests, not the whole suite, when developing.
8+ - To run the ` ./scripts/train/build_image_and_launch.sh ` script, you must commit the current changes.
9+ - Launch tool use experiments by running ` ./scripts/train/build_image_and_launch.sh scripts/train/debug/tool_grpo_fast.sh ` .
10+ - Launch multi-node non-tool experiments by running ` ./scripts/train/build_image_and_launch.sh scripts/train/debug/large_test_script.sh ` .
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ AGENTS.md
You can’t perform that action at this time.
0 commit comments