Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Playing Pacman with Monte Carlo Tree Search
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Daniele Polencic
February 02, 2016
Technology
0
130
Playing Pacman with Monte Carlo Tree Search
Lighting talk - Front Endgineers
Daniele Polencic
February 02, 2016
Tweet
Share
More Decks by Daniele Polencic
See All by Daniele Polencic
Zero to Kubernetes — Developer's Gym Singapore
danielepolencic
2
210
Scaling Microservices with Message Queues, Spring Boot and Kubernetes
danielepolencic
3
370
7 tips and tricks on how to make the most of your Kubernetes journey
danielepolencic
3
280
Deploying and Scaling Spring Boot Microservices to Amazon EKS
danielepolencic
1
690
From Zero to Forex Trading Bot Hero with Node.js and Typescript
danielepolencic
0
370
Kubernetes Chaos Engineering: Lessons Learned in Networking
danielepolencic
0
220
Deploying and Scaling Spring Boot Microservices to Kubernetes
danielepolencic
0
97
Scaling Machine Learning in the Cloud with Kubernetes
danielepolencic
0
92
From Zero to Forex Trading bot Hero
danielepolencic
0
130
Other Decks in Technology
See All in Technology
Google系サービスで文字起こしから勝手にカレンダーを埋めるエージェントを作った話
risatube
0
190
NewSQL_ ストレージ分離と分散合意を用いたスケーラブルアーキテクチャ
hacomono
PRO
4
390
楽しく学ぼう!ネットワーク入門
shotashiratori
1
460
visionOS 開発向けの MCP / Skills をつくり続けることで XR の探究と学習を最大化
karad
1
590
Claude Code 2026年 最新アップデート
oikon48
13
11k
実践 Datadog MCP Server
nulabinc
PRO
2
240
非情報系研究者へ送る Transformer入門
rishiyama
13
8.5k
【Oracle Cloud ウェビナー】【入門編】はじめてのOracle AI Data Platform - AIのためのデータ準備&自社用AIエージェントをワンストップで実現
oracle4engineer
PRO
1
150
2026年もソフトウェアサプライチェーンのリスクに立ち向かうために / Product Security Square #3
flatt_security
1
650
JAWSDAYS2026_A-6_現場SEが語る 回せるセキュリティ運用~設計で可視化、AIで加速する「楽に回る」運用設計のコツ~
shoki_hata
0
3k
Yahoo!ショッピングのレコメンデーション・システムにおけるML実践の一例
lycorptech_jp
PRO
1
220
Sansanでの認証基盤内製化と移行
sansantech
PRO
0
570
Featured
See All Featured
Amusing Abliteration
ianozsvald
0
130
Six Lessons from altMBA
skipperchong
29
4.2k
How to build a perfect <img>
jonoalderson
1
5.3k
Unlocking the hidden potential of vector embeddings in international SEO
frankvandijk
0
200
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.5k
The Spectacular Lies of Maps
axbom
PRO
1
630
More Than Pixels: Becoming A User Experience Designer
marktimemedia
3
350
Leadership Guide Workshop - DevTernity 2021
reverentgeek
1
240
Self-Hosted WebAssembly Runtime for Runtime-Neutral Checkpoint/Restore in Edge–Cloud Continuum
chikuwait
0
400
Documentation Writing (for coders)
carmenintech
77
5.3k
Ten Tips & Tricks for a 🌱 transition
stuffmc
0
90
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
25
1.8k
Transcript
Playing Pac-man with Monte Carlo Tree Search @danielepolencic
None
i ❤ strategy games
None
how does it know it's a good move?
it's brute force !
almost
long story short
None
1. play a new game one random move at the
time
None
None
None
None
None
None
2. write down your moves Did you win or lose?
pacman 1 - ghost 0 matches played: 1
3. rinse and repeat
None
pacman 1 - ghost 1 matches played: 2
None
None
None
None
None
4. Pick the best
None
Does it really work? (oh, yes)
None
let's talk @danielepolencic
thanks