Spaces:
Sleeping
Sleeping
Sync with github: Training results and advanced RLVR environment
Browse files- server/app.py +1 -8
server/app.py
CHANGED
|
@@ -82,14 +82,7 @@ def create_app() -> FastAPI:
|
|
| 82 |
def health():
|
| 83 |
return HealthResponse()
|
| 84 |
|
| 85 |
-
|
| 86 |
-
def root():
|
| 87 |
-
return {
|
| 88 |
-
"name": "esctr_environment",
|
| 89 |
-
"version": "1.0.0",
|
| 90 |
-
"status": "running",
|
| 91 |
-
"endpoints": ["/health", "/reset", "/step", "/state", "/schema", "/metadata", "/ws"],
|
| 92 |
-
}
|
| 93 |
|
| 94 |
@app.post("/reset")
|
| 95 |
def reset(request: ResetRequest = ResetRequest()):
|
|
|
|
| 82 |
def health():
|
| 83 |
return HealthResponse()
|
| 84 |
|
| 85 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
|
| 87 |
@app.post("/reset")
|
| 88 |
def reset(request: ResetRequest = ResetRequest()):
|