musharraf7 commited on
Commit
a06a840
·
verified ·
1 Parent(s): 503bc84

Sync with github: Training results and advanced RLVR environment

Browse files
Files changed (1) hide show
  1. 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
- @app.get("/")
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()):