Spaces:
Running
Running
Commit ·
c8bef53
1
Parent(s): f12569b
Rename project to sre-engineer-llm
Browse files- README.md +2 -2
- openenv.yaml +1 -1
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
#
|
| 2 |
|
| 3 |
-
`
|
| 4 |
|
| 5 |
Unlike traditional "scripted" environments, this benchmark uses an honest, world-state-based simulation where agents must diagnose, mitigate, and resolve production outages without "cheating" through prompt oracles or hardcoded rails.
|
| 6 |
|
|
|
|
| 1 |
+
# SRE Engineer LLM (v2): The Honest SRE Simulator
|
| 2 |
|
| 3 |
+
`sre-engineer-llm` is a high-fidelity Reinforcement Learning (RL) environment designed to train and evaluate AI agents on **Site Reliability Engineering (SRE)** and **Incident Response**.
|
| 4 |
|
| 5 |
Unlike traditional "scripted" environments, this benchmark uses an honest, world-state-based simulation where agents must diagnose, mitigate, and resolve production outages without "cheating" through prompt oracles or hardcoded rails.
|
| 6 |
|
openenv.yaml
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
name:
|
| 2 |
version: 2.0.0
|
| 3 |
description: >
|
| 4 |
Honest narrow OpenEnv benchmark for incident diagnosis and safe remediation.
|
|
|
|
| 1 |
+
name: sre-engineer-llm
|
| 2 |
version: 2.0.0
|
| 3 |
description: >
|
| 4 |
Honest narrow OpenEnv benchmark for incident diagnosis and safe remediation.
|