namin / llm-verified-with-monte-carlo-tree-search

LLM verified with Monte Carlo Tree Search
https://arxiv.org/abs/2402.08147
MIT License
252 stars 28 forks source link

add reflection sweep and wandb #63

Closed davidbrandfonbrener closed 7 months ago

davidbrandfonbrener commented 7 months ago

Added sweep and logging for reflection.

I needed to slightly modify common.py to accomadate reflexion, but it is totally backward compatible.