๐Ÿš€ PIPer: On-Device Environment Setup via Online Reinforcement Learning

Models Dataset License

Democratizing environment setup with on-device sized models that match the performance of much larger proprietary systems

๐ŸŽฏ Overview

Environment setupโ€”the process of configuring systems to work with specific software projectsโ€”remains a persistent challenge in software engineering. PIPer addresses this by training specialized on-device models that can automatically generate correct Bash scripts for environment configuration.

Our approach combines:

  • ๐Ÿ“š Supervised Fine-Tuning (SFT) with executable scripts from larger models
  • ๐ŸŽฏ Reinforcement Learning with Verifiable Rewards (RLVR) using lightweight proxy LLM-reward

๐Ÿ† Key Results

Model Size EnvBench avg@5 Cost per 1M tokens
PIPer 8B 19.4 $0.60
GPT-4o - 19.4 $15.00
Qwen3-32B 32B 16.2 $2.00
Qwen3-8B 8B 2.6 $0.60

๐ŸŽ‰ PIPer achieves 9ร— improvement over its base model while matching GPT-4o performance at 25x lower cost

Performance vs Cost Analysis

๐Ÿ“ฆ Available Artifacts

๐Ÿค– Model Checkpoints

Model Description HuggingFace Link
๐Ÿ… PIPer (Full) Complete SFT+RL trained model PIPer-icml/PIPer-8B
๐ŸŽฏ PIPer (RL-only) RLVR checkpoint only PIPer-icml/PIPer-8B-RL-only
๐Ÿ“š PIPer (SFT-only) Supervised fine-tuning only PIPer-icml/PIPer-8B-SFT-only

๐Ÿ“Š Datasets

Dataset Description HuggingFace Link
EnvBench Zero-shot RL Training prompts and evaluation data PIPer-icml/envbench-zeroshot-rl

๐Ÿ“Š Evaluation Benchmarks

Benchmark Description Metric Our Result
EnvBench-Python 329 Python repositories pass@5 ๐Ÿ† 27/329
Repo2Run 420 Python repositories pass@5 ๐Ÿ† 103/420
Terminal-Bench 80 terminal tasks pass@10 4/80

๐Ÿ™ Acknowledgments

  • Built on top of EnvBench evaluation framework
  • Uses VeRL for efficient RL training
  • Leverages Qwen3 model family as base architecture

๐Ÿ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

Downloads last month
2
Safetensors
Model size
8B params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for PIPer-icml/PIPer-8B-SFT-only

Finetuned
(3)
this model

Dataset used to train PIPer-icml/PIPer-8B-SFT-only