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