tree-of-thought-llm/scripts/game24/bfs.sh
2023-05-24 00:34:41 +02:00

12 lines
277 B
Bash

python run.py \
--task game24 \
--task_file_path 24.csv \
--task_start_index 900 \
--task_end_index 1000 \
--method_generate propose \
--method_evaluate value \
--method_select greedy \
--n_evaluate_sample 3 \
--n_select_sample 5 \
${@}