A step-by-step guide for testing a new module on the ALFWorld task:
-
Design a new module based on the detailed instructions in the
modules
folder, for example, name itReasoningNew
. -
Add
ReasoningNew
totasks/alfworld/module_map.py
andreasoning_modules.py
-
Update the
--reasoning
argument inrun.sh
, then executesh run.sh
.