๐งน
Data Cleaning OpenEnv (Team Garuda)
โ LIVE
An OpenEnv-compliant environment where AI agents learn to clean messy real-world datasets
4
Tasks Available
6
Cleaning Operations
1.00
Baseline Avg Score
OK
Environment Status
๐ Available Tasks
Deduplicate & Rename
EASY
Remove duplicate rows and rename columns to snake_case in an employee dataset.
1.00
Missing Values & Types
MEDIUM
Fill missing values using correct strategies and fix wrong data types in a customer dataset.
1.00
Full Pipeline
HARD
Complete cleaning pipeline: duplicates + missing + types + outliers + schema validation.
1.00
Sales Pipeline
EXPERT
Expert level: sales data with duplicates + missing + case standardization + outliers + schema.
1.00
๐ฎ Live Demo โ Try It Yourself
๐ Reset Environment
โณ Start Over
Task: easy_dedup_rename
๐ Current Dataset
โ reset to load
Click Reset Environment to load dirty dataset
โก Available Actions
Reset first to enable actions
๐ Reward Score
โ
SCORE
Reset to see breakdown
โ Episode Complete!
๐ Submit your score to leaderboard:
Submit
๐ Action Log
Waiting for reset...
๐ Leaderboard
Loading leaderboard...
๐ API Endpoints
GET
/health
Health check
Try โ
GET
/tasks
List all tasks
Try โ
POST
/reset/{task_id}
Reset environment
POST
/step/{task_id}
Take action, get reward
GET
/state/{task_id}
Current state
GET
/leaderboard
View rankings
Try โ
GET
/validate
OpenEnv validation
Try โ
GET
/docs
API documentation
Try โ