Spaces:
Running
Running
Commit ·
d87f227
1
Parent(s): 2ce1061
Add HF Spaces metadata
Browse files
README.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
| 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 |
|
| 5 |
---
|
|
|
|
| 1 |
# Code Debug Environment
|
| 2 |
+
---
|
| 3 |
+
title: Code Debug Env
|
| 4 |
+
emoji: 🐛
|
| 5 |
+
colorFrom: blue
|
| 6 |
+
colorTo: green
|
| 7 |
+
sdk: docker
|
| 8 |
+
pinned: false
|
| 9 |
+
---
|
| 10 |
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.
|
| 11 |
|
| 12 |
---
|