lapisrocks / LanguageAgentTreeSearch

[ICML 2024] Official repository for "Language Agent Tree Search Unifies Reasoning Acting and Planning in Language Models"
https://arxiv.org/abs/2310.04406
MIT License
620 stars 63 forks source link

Error when running 'sh run_lats.sh' in programming directory #21

Closed HamedTaherkhani closed 6 months ago

HamedTaherkhani commented 6 months ago

Hi, When I want to run the programming experiment, it gives me this error: File "/project/6087623/hamedth/LanguageAgentTreeSearch/programming/main.py", line 3, in <module> from immediate_refinement import run_immediate_refinement File "/project/6087623/hamedth/LanguageAgentTreeSearch/programming/immediate_refinement.py", line 3, in <module> from executors import executor_factory File "/project/6087623/hamedth/LanguageAgentTreeSearch/programming/executors/__init__.py", line 3, in <module> from .factory import executor_factory File "/project/6087623/hamedth/LanguageAgentTreeSearch/programming/executors/factory.py", line 3, in <module> from .go_executor import GoExecutor File "/project/6087623/hamedth/LanguageAgentTreeSearch/programming/executors/go_executor.py", line 5, in <module> from executor_types import ExecuteResult, Executor ModuleNotFoundError: No module named 'executor_types'

I followed https://github.com/andyz245/LanguageAgentTreeSearch?tab=readme-ov-file#reasoning-programming.

andyz245 commented 6 months ago

Hi, The support for languages besides Python is not updated, please switch to Python if possible. Thanks!