6 lines
139 B
Python
6 lines
139 B
Python
"""ALFWorld environment adapter for ReflACT."""
|
|
|
|
from skillopt.envs.alfworld.adapter import ALFWorldAdapter
|
|
|
|
__all__ = ["ALFWorldAdapter"]
|