Spaces:
Sleeping
Sleeping
Upload openenv.yaml with huggingface_hub
Browse files- openenv.yaml +8 -19
openenv.yaml
CHANGED
|
@@ -7,25 +7,12 @@ description: >
|
|
| 7 |
and schema validation.
|
| 8 |
|
| 9 |
author: thorodin103
|
| 10 |
-
license: mit
|
| 11 |
-
|
| 12 |
tags:
|
| 13 |
- openenv
|
| 14 |
- data-cleaning
|
| 15 |
- real-world
|
| 16 |
- pandas
|
| 17 |
- tabular
|
| 18 |
-
- reinforcement-learning
|
| 19 |
-
- agent
|
| 20 |
-
|
| 21 |
-
api:
|
| 22 |
-
base_url: https://thorodin103-data-cleaning-openenv.hf.space
|
| 23 |
-
reset: POST /reset/{task_id}
|
| 24 |
-
step: POST /step/{task_id}
|
| 25 |
-
state: GET /state/{task_id}
|
| 26 |
-
tasks: GET /tasks
|
| 27 |
-
validate: GET /validate
|
| 28 |
-
health: GET /health
|
| 29 |
|
| 30 |
tasks:
|
| 31 |
- id: easy_dedup_rename
|
|
@@ -82,6 +69,7 @@ action_space:
|
|
| 82 |
- finish
|
| 83 |
parameters:
|
| 84 |
type: object
|
|
|
|
| 85 |
|
| 86 |
reward_space:
|
| 87 |
total:
|
|
@@ -95,12 +83,13 @@ reward_space:
|
|
| 95 |
- schema_score
|
| 96 |
- penalty
|
| 97 |
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
|
|
|
| 104 |
|
| 105 |
runtime:
|
| 106 |
language: python
|
|
|
|
| 7 |
and schema validation.
|
| 8 |
|
| 9 |
author: thorodin103
|
|
|
|
|
|
|
| 10 |
tags:
|
| 11 |
- openenv
|
| 12 |
- data-cleaning
|
| 13 |
- real-world
|
| 14 |
- pandas
|
| 15 |
- tabular
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
tasks:
|
| 18 |
- id: easy_dedup_rename
|
|
|
|
| 69 |
- finish
|
| 70 |
parameters:
|
| 71 |
type: object
|
| 72 |
+
description: Operation specific parameters
|
| 73 |
|
| 74 |
reward_space:
|
| 75 |
total:
|
|
|
|
| 83 |
- schema_score
|
| 84 |
- penalty
|
| 85 |
|
| 86 |
+
api:
|
| 87 |
+
reset: POST /reset/{task_id}
|
| 88 |
+
step: POST /step/{task_id}
|
| 89 |
+
state: GET /state/{task_id}
|
| 90 |
+
tasks: GET /tasks
|
| 91 |
+
validate: GET /validate
|
| 92 |
+
health: GET /health
|
| 93 |
|
| 94 |
runtime:
|
| 95 |
language: python
|