Spaces:
No application file
No application file
File size: 435 Bytes
6cc6670 8e7d77e 6cc6670 8e7d77e 6cc6670 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | 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 |