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

Python testing #80

Closed joaohts closed 1 week ago

joaohts commented 1 week ago

Added prompts for python. Changed how block pythons are interpreted: now one block of python runs until a return is found. Overall changes to make run_whole.py work with python.