- Unity Artificial Intelligence Programming
- Dr. Davide Aversa Aung Sithu Kyaw Clifford Peters
- 337字
- 2021-06-10 18:57:46
Random and probability in AI
Imagine an enemy bot in a First Person Shooter (FPS) game that can always kill the player with a headshot, an opponent in a racing game that always chooses the best route and overtakes without collision with any obstacle. Such a level of intelligence will make the game so hard that it becomes almost impossible to win and thus frustrating. On the opposite side of the spectrum, imagine an AI enemy that always chooses the same route when it tries to escape from or attack the player. AI controlled entities behaving the same way every time the player encounters them, make the game predictable, easy to win, and therefore boring.
Both of the previous situations affect the fun aspect of the game and make the player feel like the game is not challenging or fair enough anymore. One way to fix this sort of perfect AI and stupid AI is to introduce some intentional mistakes in their behavior. In games, randomness and probabilities are applied in the decision-making process of AI calculations. The following are the main situations when we would want to let our AI take a random decision:
- Non-intentional: In some situations, an NPC might need to make a decision randomly, just because it doesn't have enough information to make a perfect decision, and/or it doesn't really matter what decision it makes. Just making a decision randomly and hoping for the best result is a perfect solution in many real-world situations.
- Intentional: As we discussed in the previous examples, we will need to add some randomness purposely to make them more realistic, and also to match a difficulty level that suits the player. We can use randomness for things such as hit probabilities, add or subtract a certain random damage on top of base damage, or make an NPC hesitate before start shooting. Using randomness and probability, we can add a sense of realistic uncertainty to our game and make our AI system more fair and/or unpredictable.
- 物聯網與北斗應用
- 通信網絡基礎與設備
- 數據通信網絡實踐:基礎知識與交換機技術
- 工業控制網絡安全技術與實踐
- Oracle SOA Suite 11g Performance Tuning Cookbook
- Go Web Scraping Quick Start Guide
- 智慧城市中的移動互聯網技術
- 網絡的琴弦:玩轉IP看監控
- Building RESTful Web Services with Spring 5(Second Edition)
- Building Web Applications with ArcGIS
- 4G小基站系統原理、組網及應用
- INSTANT LinkedIn Customization How-to
- LwIP應用開發實戰指南:基于STM32
- Python API Development Fundamentals
- 網絡互聯技術(理論篇)