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

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

add reflection sweep and wandb #63

Closed davidbrandfonbrener closed 2 months ago

davidbrandfonbrener commented 2 months ago

Added sweep and logging for reflection.

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