Skip to content

Commit 0b8d91f

Browse files
authored
Update README.md
1 parent 2a69f6e commit 0b8d91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you're using state merging, follow these steps:
3232

3333
### 📌 Step 2. Run tree search algorithms
3434

35-
We provide three tree search algorithms: **BFS (Breadth-First Search)**, **Beam Search**, and **MCTS (Monte Carlo Tree Search)**.
35+
We provide three tree search algorithms: **BFS (Best-First Search)**, **Beam Search**, and **MCTS (Monte Carlo Tree Search)**.
3636

3737
1. Specify the input, output file paths, and other parameters in scripts such as `beamsearch.py`.
3838

0 commit comments

Comments
 (0)