Skip to content

Questions about code #3

@weizhehuang0827

Description

@weizhehuang0827

您好,很感谢您的工作,我非常喜欢
请问

  1. 为什么HotpotQA的部分env代码跟reflexion中不一样,在我运行的时候很容易发生死循环
while True:
         try:
                observation = self.explorer.search(argument).strip('\n').strip()
                break
          except Exception as e:
                print(e)
                time.sleep(5)
  1. 另外,在运行react和reflexion的时候需要将agent_type指定吗,还是只用控制agent.max_reflection_depth
  2. 在代码中是如何体现数据集的划分的呢,按照我的理解文章应该是有划分train set和eval set

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions