hirann commited on
Commit
c8c0f98
·
verified ·
1 Parent(s): 7eda0b8

Add Project Overview to README

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -7,6 +7,24 @@ sdk: docker
7
  app_port: 7860
8
  ---
9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  # CloudOps Optimizer Environment
11
 
12
  ## Overview
 
7
  app_port: 7860
8
  ---
9
 
10
+ # 🚀 Project Overview
11
+
12
+ **CloudOps Optimizer** is an OpenEnv simulation for Autonomous FinOps. It challenges AI agents to balance cloud infrastructure costs against performance SLAs, simulating real-world SRE tasks.
13
+
14
+ ### The Problem It Simulates
15
+ Companies using AWS/Azure/GCP waste millions yearly on:
16
+ - **Oversized servers** - paying for capacity they don't need
17
+ - **Undersized servers** - causing performance issues
18
+ - **Poor resource allocation** - balancing cost vs performance
19
+
20
+ ### The Agent's Job
21
+ 1. See current infrastructure (CPU usage, costs, latency)
22
+ 2. Choose actions like `change srv-1 to t3.small`
23
+ 3. Get rewards/penalties based on cost savings + performance
24
+ 4. Learn to optimize cost vs performance tradeoffs
25
+
26
+ ---
27
+
28
  # CloudOps Optimizer Environment
29
 
30
  ## Overview