๐Ÿงน

Data Cleaning OpenEnv โ— 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
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!
๐Ÿ“ 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 โ†’