archiki / ADaPT

Official code for the paper "ADaPT: As-Needed Decomposition and Planning with Language Models"
https://allenai.github.io/adaptllm/
MIT License
64 stars 9 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'base_config.yaml' #6

Open WZX0Swarm0Robotics opened 2 months ago

WZX0Swarm0Robotics commented 2 months ago

hello! I can not find base_config.yaml. When I run run_alfworld.py, the following error is returned: Traceback (most recent call last): File "/home/ict/ADaPT/run_alfworld.py", line 188, in with open('base_config.yaml') as reader: FileNotFoundError: [Errno 2] No such file or directory: 'base_config.yaml'