Stochastic Games and Depth-Limited Search Vocabulary

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/7

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards based on the lecture covering search algorithms, evaluation functions, horizon effects, and stochastic game trees.

Last updated 1:15 AM on 8/29/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

8 Terms

1
New cards

Minimax Algorithm

A search algorithm used in zero-sum game settings where the maximizing player aims to maximize their score assuming the opponent always plays optimally to minimize it.

2
New cards

Alpha-Beta Pruning

A search technique that reduces the search space of a minimax tree—potentially halving the search depth exponent—without affecting the final optimal decision.

3
New cards

Cutoff Test

A test that replaces the standard terminal test in depth-limited search, stopping the search recursion once a specified depth limit dd is reached.

4
New cards

Evaluation Function

A function used in depth-limited search to estimate the utility or expected return score of a state when leaf nodes cannot be reached.

5
New cards

Horizon Effect

A phenomenon in depth-limited search where an unavoidable loss or negative outcome is hidden just below the cutoff depth limit, leading to suboptimal search decisions.

6
New cards

Chance Node

A node in a game tree that calculates an expected value by taking the weighted average of its children's values according to their probability of occurrence.

7
New cards

Expectimax Algorithm

A search algorithm that evaluates game trees containing chance nodes by computing average expected values rather than strictly assuming adversarial min decisions.

8
New cards

KL Divergence

A measure of statistical similarity between two vectors, used to minimize output differences between neural networks in techniques such as knowledge distillation.