目錄(115章)
倒序
- 封面
- 版權(quán)信息
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Preface
- Chapter 1. Behaviors – Intelligent Movement
- Introduction
- Creating the behavior template
- Pursuing and evading
- Arriving and leaving
- Facing objects
- Wandering around
- Following a path
- Avoiding agents
- Avoiding walls
- Blending behaviors by weight
- Blending behaviors by priority
- Combining behaviors using a steering pipeline
- Shooting a projectile
- Predicting a projectile's landing spot
- Targeting a projectile
- Creating a jump system
- Chapter 2. Navigation
- Introduction
- Representing the world with grids
- Representing the world with Dirichlet domains
- Representing the world with points of visibility
- Representing the world with a self-made navigation mesh
- Finding your way out of a maze with DFS
- Finding the shortest path in a grid with BFS
- Finding the shortest path with Dijkstra
- Finding the best-promising path with A*
- Improving A* for memory: IDA*
- Planning navigation in several frames: time-sliced search
- Smoothing a path
- Chapter 3. Decision Making
- Introduction
- Choosing through a decision tree
- Working a finite-state machine
- Improving FSMs: hierarchical finite-state machines
- Combining FSMs and decision trees
- Implementing behavior trees
- Working with fuzzy logic
- Representing states with numerical values: Markov system
- Making decisions with goal-oriented behaviors
- Chapter 4. Coordination and Tactics
- Introduction
- Handling formations
- Extending A* for coordination: A*mbush
- Creating good waypoints
- Analyzing waypoints by height
- Analyzing waypoints by cover and visibility
- Exemplifying waypoints for decision making
- Influence maps
- Improving influence with map flooding
- Improving influence with convolution filters
- Building a fighting circle
- Chapter 5. Agent Awareness
- Introduction
- The seeing function using a collider-based system
- The hearing function using a collider-based system
- The smelling function using a collider-based system
- The seeing function using a graph-based system
- The hearing function using a graph-based system
- The smelling function using a graph-based system
- Creating awareness in a stealth game
- Chapter 6. Board Games AI
- Introduction
- Working with the game-tree class
- Introducing Minimax
- Negamaxing
- AB Negamaxing
- Negascouting
- Implementing a tic-tac-toe rival
- Implementing a checkers rival
- Chapter 7. Learning Techniques
- .Introduction
- Predicting actions with an N-Gram predictor
- Improving the predictor: Hierarchical N-Gram
- Learning to use Na?ve Bayes classifiers
- Learning to use decision trees
- Learning to use reinforcement
- Learning to use artificial neural networks
- Creating emergent particles using a harmony search
- Chapter 8. Miscellaneous
- Introduction
- Handling random numbers better
- Building an air-hockey rival
- Devising a table-football competitor
- Creating mazes procedurally
- Implementing a self-driving car
- Managing race difficulty using a rubber-banding system
- Index
- A
- B
- C
- D
- E
- F
- G
- H
- I
- J
- L
- M
- N
- O
- P
- R
- S
- T
- U
- W 更新時間:2021-07-09 19:38:06
推薦閱讀
- 數(shù)據(jù)分析實(shí)戰(zhàn):基于EXCEL和SPSS系列工具的實(shí)踐
- 使用GitOps實(shí)現(xiàn)Kubernetes的持續(xù)部署:模式、流程及工具
- Access 2007數(shù)據(jù)庫應(yīng)用上機(jī)指導(dǎo)與練習(xí)
- Access 2016數(shù)據(jù)庫技術(shù)及應(yīng)用
- 揭秘云計算與大數(shù)據(jù)
- OracleDBA實(shí)戰(zhàn)攻略:運(yùn)維管理、診斷優(yōu)化、高可用與最佳實(shí)踐
- Starling Game Development Essentials
- 新基建:數(shù)據(jù)中心創(chuàng)新之路
- 辦公應(yīng)用與計算思維案例教程
- INSTANT Apple iBooks How-to
- 科研統(tǒng)計思維與方法:SPSS實(shí)戰(zhàn)
- Splunk智能運(yùn)維實(shí)戰(zhàn)
- 淘寶、天貓電商數(shù)據(jù)分析與挖掘?qū)崙?zhàn)(第2版)
- 智慧城市中的大數(shù)據(jù)分析技術(shù)
- 算力經(jīng)濟(jì):從超級計算到云計算
- 云工作時代:科技進(jìn)化必將帶來的新工作方式
- NoSQL數(shù)據(jù)庫原理(第2版·微課版)
- ORACLE 11g權(quán)威指南
- 達(dá)夢數(shù)據(jù)庫集群
- Hadoop海量數(shù)據(jù)處理:技術(shù)詳解與項(xiàng)目實(shí)戰(zhàn)(第2版)
- 醫(yī)療大數(shù)據(jù)分析與應(yīng)用
- SQL Server 2008數(shù)據(jù)庫應(yīng)用技術(shù)(第三版)
- Industrial Internet Application Development
- 社交網(wǎng)站的數(shù)據(jù)挖掘與分析
- Unity AI Programming Essentials
- PostgreSQL修煉之道:從小工到專家(第2版)
- 數(shù)據(jù)庫原理及應(yīng)用(Access版)(第4版)
- Oracle DBA手記4:數(shù)據(jù)安全警示錄
- 計算機(jī)導(dǎo)論(第2版)
- Ethereum Projects for Beginners