Spaces:
Runtime error
Runtime error
| name: DebugOps-RX | |
| description: Simulates real-world debugging under ambiguity, non-determinism, and time pressure | |
| observation_space: | |
| visible_files: list[str] | |
| logs: str | |
| test_results: str | |
| time_remaining: int | |
| action_space: | |
| type: str | |
| target: str | |
| content: str | |
| reward_range: [-1.0, 1.0] | |
| tasks: | |
| - id: easy | |
| description: Fix a single-file bug with clear logs | |
| - id: medium | |
| description: Fix a multi-file bug with ambiguous, misleading logs | |
| - id: hard | |
| description: Fix distributed service bug under time pressure | |
| - id: extreme | |
| description: Resolve state corruption with non-deterministic behavior | |
| grader: grade_trajectory | |