Spaces:
No application file
No application file
Sandeep Suresh
feat: Enhance Kubernetes simulation environment with action/observation models and task management and to comply with OpenEnv guidelines
8e7d77e | name: coenv | |
| version: 0.1.0 | |
| description: Kubernetes Cluster Simulator for OpenEnv RL Hackathon | |
| entrypoint: server.app:app | |
| inference: inference.py | |
| endpoints: | |
| reset: /reset | |
| step: /step | |
| state: /state | |
| tasks: | |
| - id: pod_recovery | |
| difficulty: easy | |
| - id: autoscaling | |
| difficulty: medium | |
| - id: incident | |
| difficulty: hard | |
| artifacts: | |
| action_schema: models.py | |
| observation_schema: models.py | |
| reward_schema: server/models.py |