You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
total_episodes are the tries that an LLM gets to complete an objective. In Table 3 of the paper (https://arxiv.org/pdf/2410.07765) you see the results for 1-shot, which can be replicated by setting total_episode to 2.
default total_episodes = 1 in the code
The text was updated successfully, but these errors were encountered: