Spaces:
Paused
Paused
metadata
title: DebugArena
emoji: π
colorFrom: blue
colorTo: green
sdk: docker
pinned: false
license: apache-2.0
tags:
- reinforcement-learning
- openenv
- code-debugging
- grpo
DebugArena π
Meta PyTorch OpenEnv Hackathon Γ Scaler School of Technology 2026 | Theme 4: Self-Improving Agents
DebugArena is an RL environment where an agent learns to fix buggy Python code through trial and error. Fine-tuned on Qwen2.5-Coder-0.5B using GRPO, the model improved its solve rate from 35% to 45% entirely through test-failure reward signals.
π Read the Full Story
The organizers requested that the main project write-up be kept separate from the README.
β‘οΈ Click here to read the full project breakdown in Blog.MD (The blog covers the problem statement, the GRPO training pipeline, the custom reward functions, and how we overcame 'Reward Hacking' during training).
π οΈ Quick Links
- Training Notebook: View the code on Kaggle
- Environment Code: Check the
server/environment.pyfile in this repository.