Spaces:
Sleeping
Sleeping
File size: 503 Bytes
fdce872 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | name: swebench-in
version: "0.1.0"
description: >
RL environment that trains an LLM to act as an Indian SWE —
fixing broken Linux systems while managing stakeholder communication.
theme: "3.1 - World Modeling / Professional Tasks"
author: "Team SWEbench-IN"
base_class: Environment
actions:
- run_command
- read_file
- write_file
- run_tests
- check_server
- reply_slack
- reply_email
- reply_hr
- close_case
observation_type: text
reward_type: scalar
max_steps: 15
docker: true
|