Examples & Tutorials
Examples included in the repository:examples/quick_demo.py— minimal demoexamples/weave_complete_demo.py— WEAVE algorithm demoexamples/normal_usage_patterns.py— usage idioms
examples/ to run local demos and tests.
Running the quick demo (step-by-step)
- Start local cluster:
- Install dependencies and run demo:
- Verify results:
- Confirm console output indicates training completion
- Use
loomos jobs listto inspect job status
WEAVE demo notes
- WEAVE demos can be compute-heavy. Use smaller node counts and reduced episode counts for local testing.
Quick demo
examples/quick_demo.py demonstrates environment creation, WEAVE setup, and a short training loop.
WEAVE Demos
examples/weave_complete_demo.py contains full WEAVE demos including Apollo-R1 multi-agent training.
