Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
| 1 |
# DataQualityEnv
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
## Environment description
|
| 4 |
DataQualityEnv is an OpenEnv-compliant RL environment where an agent acts as a data quality auditor.
|
| 5 |
For each episode, the environment generates a seeded dirty relational dataset, loads it into in-memory DuckDB, and exposes schema + row count.
|
|
|
|
| 1 |
# DataQualityEnv
|
| 2 |
+
---
|
| 3 |
+
title: data-quality-env
|
| 4 |
+
emoji: 🚀
|
| 5 |
+
colorFrom: blue
|
| 6 |
+
colorTo: green
|
| 7 |
+
sdk: docker
|
| 8 |
+
pinned: false
|
| 9 |
+
---
|
| 10 |
## Environment description
|
| 11 |
DataQualityEnv is an OpenEnv-compliant RL environment where an agent acts as a data quality auditor.
|
| 12 |
For each episode, the environment generates a seeded dirty relational dataset, loads it into in-memory DuckDB, and exposes schema + row count.
|