You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following minimal script will attempt to solve the game of 24 with `4 5 6 10`:
35
+
The following minimal script will attempt to solve the game of 24 with `4 5 6 10` (might be a bit slow as it's using GPT-4):
34
36
```python
35
37
import argparse
36
38
from tot.methods.bfs import solve
@@ -75,8 +77,6 @@ TBA.
75
77
76
78
77
79
78
-
79
-
80
80
## Citations
81
81
Please cite the paper and star this repo if you use ToT and find it interesting/useful, thanks! Feel free to contact shunyuyao.cs@gmail.com or open an issue if you have any questions.
0 commit comments