GhostC

Results 3 comments of GhostC

> 同一目录下的ustils.py还需要加个api的入参来区分,类似 > > class EvaluationOutput: > experiences: Sequence[ExperienceOutput] > score: float > success: float > > > class BaseAgentEnvController: > def __init__(self, agent: Agent, tasks: Sequence[BaseTask],api:bool=False) -> None: >...

很好的功能,建议提PR