Spaces:
Configuration error
Configuration error
| openenv: "1.0" | |
| name: "ConfigDebuggerEnv" | |
| description: "Real-world configuration debugging environment for Docker Compose, Kubernetes, and ML training configs" | |
| version: "1.0.0" | |
| author: "Basavesh" | |
| license: "MIT" | |
| tags: | |
| - "openenv" | |
| - "devops" | |
| - "configuration" | |
| - "debugging" | |
| - "real-world" | |
| endpoints: | |
| reset: "/reset" | |
| step: "/step" | |
| state: "/state" | |
| tasks: "/tasks" | |
| spaces: | |
| observation: "ConfigObservation" | |
| action: "ConfigAction" | |
| reward: "ConfigReward" | |
| state: "EnvState" | |
| tasks: | |
| - id: "easy_docker" | |
| name: "Docker Compose Repair" | |
| description: "Fix syntax and schema mistakes in docker-compose.yml" | |
| difficulty: "easy" | |
| max_steps: 15 | |
| - id: "medium_k8s" | |
| name: "Kubernetes Deployment Repair" | |
| description: "Fix Kubernetes type, structure, and resource spec issues" | |
| difficulty: "medium" | |
| max_steps: 18 | |
| - id: "hard_ml_config" | |
| name: "ML Training Config Stabilization" | |
| description: "Fix interdependent hyperparameter and hardware consistency issues" | |
| difficulty: "hard" | |
| max_steps: 22 | |