Repository navigation

#

tree-search

[NeurIPS 2023] Tree of Thoughts: Deliberate Problem Solving with Large Language Models

Python
5241
3 个月前

Pytorch Implementation of MuZero

Python
351
2 年前

An asynchronous/parallel method of AlphaGo Zero algorithm with Gomoku

Python
203
2 个月前

Tree Implementation and Methods for Python, integrated with list, dictionary, pandas and polars DataFrame.

Python
186
1 天前

A web-app that can solve 8-puzzle and visualize the search tree

HTML
95
5 个月前

[ACL'24] Code and data of paper "When is Tree Search Useful for LLM Planning? It Depends on the Discriminator"

Python
54
1 年前

Multi-rendezvous Spacecraft Trajectory Optimization with Beam P-ACO

Jupyter Notebook
34
7 年前

C library for finding nearest (most similar) element in a set

Rust
32
3 年前

A JIT compiled chess engine which traverses the search tree in batches in a best-first manner, allowing for neural network batching, asynchronous GPU use, and vectorized CPU computations.

Python
29
3 年前

RFTT: Reasoning with Reinforced Functional Token Tuning

Python
25
1 个月前

A 2048 Bot written in Python using an adversarial search algorithm. Uses screen grabbing to determine the game state and a basic tree search to calculate moves.

Python
20
5 年前

Implementation of SPW and DPW for Monte Carlo Tree Search in Continuous action/state space

Python
17
2 年前

🌲 A C++ implementation of all functionalities (insertion, deletion, search etc) of a 2-3 (two-three) Tree using Rotation, Split and Merge operations. (Please share if you find any bug in the code)

C++
14
3 个月前

A Python wrapper for the lightning fast fast3tree library, a BSP tree implementation written by Peter Behroozi.

C
12
1 年前

Implement Algorithms For Graph Search (like A*) & Local Search (like hill climbing algorithms) & Genetics

Python
12
6 年前