You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An OpenEnv environment for training RL agents on SQL data cleaning tasks. The agent works with a SQLite database and issues queries to fix data quality issues like duplicates, inconsistent formatting, and missing values.
Tasks
Level
Task
What the agent needs to do
Easy
Deduplication
Remove duplicate rows from users table, keep lowest id
Medium
Standardization
Normalize emails in contacts — trim whitespace, lowercase
Hard
Imputation
Fill NULL salaries in employees with department averages