This PR brings the needed code to support loading a .tw-pddl game as used by the ALFWorld project.
All the code needed to load and run .tw-pddl game (custom logic and context-sensitive grammar) in a self-contained and optional submodule.
This PR adds an optional dependency on a custom fork of the fast-downward planner that exposes its inner functionalities through a Python API especially designed for TextWorld.
This PR brings the needed code to support loading a
.tw-pddl
game as used by the ALFWorld project.All the code needed to load and run
.tw-pddl
game (custom logic and context-sensitive grammar) in a self-contained and optional submodule.This PR adds an optional dependency on a custom fork of the fast-downward planner that exposes its inner functionalities through a Python API especially designed for TextWorld.