File size: 836 Bytes
8097081 7c54da3 8097081 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | name: pytorch-debug-env
version: 1.0.0
description: Multi-step OpenEnv environment for diagnosing broken PyTorch training jobs.
author: Priyansh Saxena
client:
class_name: PyTorchDebugEnv
module: src.pytorch_debug_env.environment
action:
class_name: PyTorchDebugAction
module: src.pytorch_debug_env.models
observation:
class_name: PyTorchDebugObservation
module: src.pytorch_debug_env.models
default_image: https://archcoder-pytorch-debug-env.hf.space
spec_version: 1
tags:
- openenv
- pytorch
- debugging
- reinforcement-learning
tasks:
- id: easy
name: Single-file bug detection
difficulty: easy
- id: medium
name: Multi-file root cause analysis
difficulty: medium
- id: hard
name: Silent failure diagnosis
difficulty: hard
runtime:
framework: fastapi
container_port: 7860
|