Spaces:
Running
Running
| """ | |
| Evaluation package for Text Adventure Agents. | |
| """ | |
| from evaluation.metrics import EvaluationResult, TrialResult | |
| from evaluation.runner import RunConfig, RunResult, run_agent_with_server | |
| __all__ = [ | |
| "EvaluationResult", | |
| "TrialResult", | |
| "RunConfig", | |
| "RunResult", | |
| "run_agent_with_server", | |
| ] | |