debugarena / README.md
BharathVikas's picture
Update README.md
0357283 verified
|
Raw
History Blame Contribute Delete
1.12 kB
---
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](./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](https://www.kaggle.com/code/bharathvikas/debugarena)
* **Environment Code:** Check the `server/environment.py` file in this repository.