tree-search
There are 155 repositories under tree-search topic.
princeton-nlp/tree-of-thought-llm
[NeurIPS 2023] Tree of Thoughts: Deliberate Problem Solving with Large Language Models
benedekrozemberczki/awesome-monte-carlo-tree-search-papers
A curated list of Monte Carlo tree search papers with implementations.
koulanurag/muzero-pytorch
Pytorch Implementation of MuZero
cair/deep-rts
A Real-Time-Strategy game for Deep Learning research
initial-h/AlphaZero_Gomoku_MPI
An asynchronous/parallel method of AlphaGo Zero algorithm with Gomoku
kayjan/bigtree
Tree Implementation and Methods for Python, integrated with list, dictionary, pandas and polars DataFrame.
dgurkaynak/8-puzzle-solver
A web-app that can solve 8-puzzle and visualize the search tree
OSU-NLP-Group/llm-planning-eval
[ACL'24] Code and data of paper "When is Tree Search Useful for LLM Planning? It Depends on the Discriminator"
kornelski/vpsearch
C library for finding nearest (most similar) element in a set
lfsimoes/beam_paco__gtoc5
Multi-rendezvous Spacecraft Trajectory Optimization with Beam P-ACO
SamRagusa/Batch-First
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.
TheoKanning/2048-Python-Bot
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.
martinobdl/MCTS
Implementation of SPW and DPW for Monte Carlo Tree Search in Continuous action/state space
harismuneer/2-3-Tree
🌲 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)
RicardoDominguez/RL-Intro
Introduction to Reinforcement Learning in Python
AradAshrafi/graphsearchalgorithms_geneticalgorithm_hillclimbing
Implement Algorithms For Graph Search (like A*) & Local Search (like hill climbing algorithms) & Genetics
JuliaPOMDP/POMCP.jl
Julia Implementation of the POMCP algorithm for solving POMDPs
yymao/fast3tree
A Python wrapper for the lightning fast fast3tree library, a BSP tree implementation written by Peter Behroozi.
ahottung/DLTS
Deep Learning Assisted Heuristic Tree Search for the Container Pre-marshalling Problem
cair/deep-warehouse
A Simulator for complex logistic environments
aI-lab-glider/ai-course-state-space-search
Exercises for AGH UST "Introduction to AI" course to practice state space search algorithms
kariminf/shajara
Manipulating trees
reugn/gravity
An efficient Java substring search library
bsamseth/Goldfish
Goldfish - Stockfish's very distant and not so bright cousin - a UCI chess engine
fontanf/treesearchsolver
A solver based on heuristic tree search
jmcph4/jcrl
A library of fundamental algorithms and data structures written in C
JuYanYan/AA-Tree
AATree, Binary Balanced Search Trees. A simple way to make it.
ktnr/TwoStepBranchingProcedure
Nested branch-and-bound algorithm to solve two-dimensional orthogonal packing problems
cpaxton/grid_planning
Integrated task and motion planning using grounded actions learned from observing expert demonstrations.
nizamiza/self-balancing-trees
Implementations of AVL and 2-3 trees
pagmatt/bin-features-matching
Implementation of the hieararchical matching strategy presented in Fast Matching of Binary Features, Marius Muja and David G. Lowe in C++
poyentung/balsa
Benchmark suite for active learning (with surrogate models) in scientific discovery, featuring standardised tasks in materials science and biology 🧪🤖