kishan51's picture
Add files using upload-large-folder tool
4f99f73 verified
|
Raw
History Blame Contribute Delete
757 Bytes
---
base_model: Qwen/Qwen3-1.7B
library_name: peft
license: apache-2.0
tags:
- grpo
- reinforcement-learning
- countdown
- llm-controller
- qwen3
---
# LLM-Zero-Lite Experiments
A controlled comparison of continuous GRPO, fixed staged GRPO, and an
LLM-controlled staged GRPO schedule on three-number Countdown using
`Qwen/Qwen3-1.7B` with LoRA.
## Final 1,000-step results
| Method | Greedy accuracy | Sampled pass@1 | Sampled pass@4 |
|---|---:|---:|---:|
| Continuous GRPO | 26.5% | 31.0% | 35.5% |
| Fixed staged GRPO | 34.5% | 34.5% | 39.5% |
| LLM controller | **36.5%** | **37.5%** | **40.5%** |
The `runs/` directory contains metrics, evaluation samples, configuration
history, controller decisions, logs, plots, and all saved LoRA checkpoints.