Spaces:
Sleeping
Sleeping
| """Data Analysis Agent Environment for OpenEnv. | |
| An RL environment where agents execute pandas code against a business | |
| dataset to answer analytical questions with programmatic grading. | |
| """ | |
| from client import DataAnalysisClient | |
| from models import DataAction, DataObservation, DataState | |
| __all__ = [ | |
| "DataAnalysisClient", | |
| "DataAction", | |
| "DataObservation", | |
| "DataState", | |
| ] | |