Files
SkillOpt/skillopt/envs/alfworld/__init__.py
T
2026-05-08 18:16:18 +00:00

6 lines
139 B
Python

"""ALFWorld environment adapter for ReflACT."""
from skillopt.envs.alfworld.adapter import ALFWorldAdapter
__all__ = ["ALFWorldAdapter"]