Spaces:
Running
Running
Commit ·
cb43e45
1
Parent(s): 8485798
fix: add HF space config
Browse files
README.md
CHANGED
|
@@ -1,4 +1,14 @@
|
|
| 1 |
# Code Debug Environment
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
An [OpenEnv](https://github.com/meta-pytorch/OpenEnv)-compatible RL environment where an LLM agent diagnoses and fixes buggy Python code across three difficulty levels.
|
| 4 |
|
|
|
|
| 1 |
# Code Debug Environment
|
| 2 |
+
---
|
| 3 |
+
title: Code Debug Environment
|
| 4 |
+
emoji: 🐍
|
| 5 |
+
colorFrom: blue
|
| 6 |
+
colorTo: green
|
| 7 |
+
sdk: docker
|
| 8 |
+
sdk_version: "1.0"
|
| 9 |
+
app_file: server/app.py
|
| 10 |
+
pinned: false
|
| 11 |
+
---
|
| 12 |
|
| 13 |
An [OpenEnv](https://github.com/meta-pytorch/OpenEnv)-compatible RL environment where an LLM agent diagnoses and fixes buggy Python code across three difficulty levels.
|
| 14 |
|