Tag

Monte Carlo Tree Search

0 views collected around this technical thread.

Model Perspective
Model Perspective
Jul 31, 2024 · Artificial Intelligence

How Monte Carlo Tree Search Powers AlphaGo and Beyond: A Deep Dive

Monte Carlo Tree Search (MCTS) is a statistical heuristic algorithm that builds decision trees through selection, expansion, simulation, and backpropagation, enabling breakthroughs like AlphaGo’s victory and finding applications in robotics, autonomous driving, finance, and bioinformatics.

AI applicationsAlphaGoMCTS
0 likes · 7 min read
How Monte Carlo Tree Search Powers AlphaGo and Beyond: A Deep Dive
Tencent Cloud Developer
Tencent Cloud Developer
Aug 24, 2021 · Artificial Intelligence

Design and Implementation of a High‑Scoring Tetris AI for the Tencent Geek Challenge

Zheng Lin‑kai’s record‑breaking Tetris AI for the Tencent Geek Challenge combines a two‑layer breadth‑first search—stage‑level pruning in Python and fast round‑level BFS in C++—with a heuristic that rewards high score, low occupied cells, and smooth board transitions, enabling a 1,413,876‑point performance.

C++Heuristic EvaluationMonte Carlo Tree Search
0 likes · 10 min read
Design and Implementation of a High‑Scoring Tetris AI for the Tencent Geek Challenge
DataFunTalk
DataFunTalk
Oct 18, 2019 · Artificial Intelligence

Reinforcement Learning Based Neural Architecture Search: Methods and Advances

This article reviews reinforcement‑learning‑driven neural architecture search, covering layer‑based, block‑based, and connection‑based strategies, as well as advanced techniques such as inverse reinforcement learning, graph hyper‑networks, Monte‑Carlo tree search, and knowledge‑distillation‑based model compression.

AutoMLDeep LearningMonte Carlo Tree Search
0 likes · 23 min read
Reinforcement Learning Based Neural Architecture Search: Methods and Advances
Tencent Cloud Developer
Tencent Cloud Developer
Aug 14, 2019 · Artificial Intelligence

From Atari to AI: The Evolution of Video Games and Artificial Intelligence

From Steve Jobs’s early work at Atari to modern DeepMind breakthroughs, the article traces how video games have grown into a multibillion‑dollar industry that serves as a testbed for AI research, while highlighting current AI techniques for smarter agents, procedural content generation, and the collaborative challenges shaping the future of game development.

Game developmentMonte Carlo Tree SearchProcedural Content Generation
0 likes · 25 min read
From Atari to AI: The Evolution of Video Games and Artificial Intelligence
Architect
Architect
Mar 10, 2016 · Artificial Intelligence

Monte Carlo Tree Search (MCTS): Principles, Algorithms, Advantages, and Applications

This article explains Monte Carlo Tree Search (MCTS), covering its origin in AlphaGo, fundamental algorithm steps, node‑selection strategies such as UCB, strengths and weaknesses, enhancements, historical background, and recent research developments in artificial intelligence.

MCTSMonte Carlo Tree Searchartificial intelligence
0 likes · 12 min read
Monte Carlo Tree Search (MCTS): Principles, Algorithms, Advantages, and Applications