GitHub 中文社区
回车: Github搜索    Shift+回车: Google搜索
论坛
排行榜
趋势
登录

©2025 GitHub中文社区论坛GitHub官网网站地图GitHub官方翻译

  • X iconGitHub on X
  • Facebook iconGitHub on Facebook
  • Linkedin iconGitHub on LinkedIn
  • YouTube iconGitHub on YouTube
  • Twitch iconGitHub on Twitch
  • TikTok iconGitHub on TikTok
  • GitHub markGitHub’s organization on GitHub
集合主题趋势排行榜
#

tree-search

Website
Wikipedia
https://static.github-zh.com/github_avatars/princeton-nlp?size=40
princeton-nlp / tree-of-thought-llm

#大语言模型#[NeurIPS 2023] Tree of Thoughts: Deliberate Problem Solving with Large Language Models

large-language-models大语言模型promptingtree-of-thoughtstree-search
Python 5.38 k
5 个月前
https://static.github-zh.com/github_avatars/benedekrozemberczki?size=40
benedekrozemberczki / awesome-monte-carlo-tree-search-papers

#学习与技能提升#A curated list of Monte Carlo tree search papers with implementations.

tree-searchlearning机器学习深度学习monte-carlo-tree-searchreinforcement-learningatarirldeep-q-learningq-learningreinforcement-learning-algorithmspolicy-gradient
Python 675
1 年前
https://static.github-zh.com/github_avatars/koulanurag?size=40
koulanurag / muzero-pytorch

Pytorch Implementation of MuZero

deep-reinforcement-learningplanningtree-search
Python 352
2 年前
https://static.github-zh.com/github_avatars/cair?size=40
cair / deep-rts

#计算机科学#A Real-Time-Strategy game for Deep Learning research

深度学习neural-networkstree-search机器学习reinforcement-learningdeep-reinforcement-learningPythonC++人工智能game
C++ 229
2 年前
https://static.github-zh.com/github_avatars/initial-h?size=40
initial-h / AlphaZero_Gomoku_MPI

#算法刷题#An asynchronous/parallel method of AlphaGo Zero algorithm with Gomoku

alphazeroparallelTensorflowalphagomctstensorlayertree-search算法deep-reinforcement-learning
Python 209
4 个月前
https://static.github-zh.com/github_avatars/kayjan?size=40
kayjan / bigtree

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

Pythontreedata-structures-and-algorithmstree-search
Python 190
11 天前
https://static.github-zh.com/github_avatars/dgurkaynak?size=40
dgurkaynak / 8-puzzle-solver

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

tree-search可视化
HTML 95
7 个月前
https://static.github-zh.com/github_avatars/OSU-NLP-Group?size=40
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"

large-language-modelsmathematical-reasoningplanningtext-to-sqltree-search
Python 54
1 年前
https://static.github-zh.com/github_avatars/lfsimoes?size=40
lfsimoes / beam_paco__gtoc5

Multi-rendezvous Spacecraft Trajectory Optimization with Beam P-ACO

beam-searchant-colony-optimizationmulti-objective-optimizationPythontree-search
Jupyter Notebook 35
7 年前
https://static.github-zh.com/github_avatars/kornelski?size=40
kornelski / vpsearch

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

knn-searchrust-librarytree-search
Rust 32
3 年前
https://static.github-zh.com/github_avatars/SamRagusa?size=40
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.

chesschess-ai神经网络人工智能convolutional-neural-networksannTensorflowtree-searchjit-compilerjitnumbaLLVMenginegpuNumPybatch
Python 29
3 年前
https://static.github-zh.com/github_avatars/sastpg?size=40
sastpg / RFTT

RFTT: Reasoning with Reinforced Functional Token Tuning

large-language-modelsreasoningreinforcement-learningtree-search
Python 27
3 个月前
https://static.github-zh.com/github_avatars/cair?size=40
cair / FlashRL

#计算机科学#

gamePython机器学习reinforcement-learningreinforcement-learning-environments人工智能深度学习C++deep-reinforcement-learningneural-networkstree-search
Python 27
4 年前
https://static.github-zh.com/github_avatars/cair?size=40
cair / deep_maze

#计算机科学#

gamePython机器学习reinforcement-learningreinforcement-learning-environments人工智能深度学习C++deep-reinforcement-learningneural-networkstree-search
Python 24
3 年前
https://static.github-zh.com/github_avatars/TheoKanning?size=40
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.

2048BotPythontree-search
Python 20
5 年前
https://static.github-zh.com/github_avatars/martinobdl?size=40
martinobdl / MCTS

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

mctsopenai-gymreinforcement-learningtree-searchmonte-carlo-tree-search
Python 18
2 年前
https://static.github-zh.com/github_avatars/harismuneer?size=40
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)

b-tree数据结构tree-search
C++ 14
5 个月前
https://static.github-zh.com/github_avatars/RicardoDominguez?size=40
RicardoDominguez / RL-Intro

Introduction to Reinforcement Learning in Python

reinforcement-learningreinforcement-learning-algorithmssarsasarsa-lambdaq-learningactor-critictree-search
Python 13
7 年前
https://static.github-zh.com/github_avatars/yymao?size=40
yymao / fast3tree

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

Pythontree-search
C 12
1 年前
https://static.github-zh.com/github_avatars/AradAshrafi?size=40
AradAshrafi / graphsearchalgorithms_geneticalgorithm_hillclimbing

#算法刷题#Implement Algorithms For Graph Search (like A*) & Local Search (like hill climbing algorithms) & Genetics

graph-searchtree-search算法genetic-algorithmdfsbfshill-climbingsimulated-annealing
Python 12
6 年前
loading...