RoadSafety-OpenEnv / openenv.yaml
Anoopsingh53's picture
Upload 13 files
a33a4ba verified
Raw
History Blame Contribute Delete
570 Bytes
name: rider-safety-env
version: "0.1.0"
description: "Road safety monitoring environment for RL training."
entrypoint: "server.app:app"
tasks:
- id: "easy"
name: "Identify Clear Crash"
description: "Agent must identify an obvious high-intensity crash vs perfectly normal driving."
- id: "medium"
name: "Anomaly Monitoring"
description: "Agent must distinguish between high variance normal driving and borderline crashes."
- id: "hard"
name: "Emergency Dispatch"
description: "Agent must handle tricky edge cases with minimal false alarms."