Deep Q-Learning
Chess & Checkers
Go
100

The DeepMind group combined this with deep neural networks to create a system that could learn to play Atari video games.

What is reinforment learning? (Q-learning)

100

What was the name of the engineer that joined IBM’s laboratory to program a computer to play checkers?

Who is Arthur Samuel?

100

What game poses an extreme problem for game tree style AIs use to exponential possibilities?

What is Go?

200

What was the Name of the AI that DeepMind used to play Atari Video Games

What is Deep Q-Network (DQN)

200

How did Samuel’s checker AI predict potential moves?

What is making a game tree?

200

What amount of game experience did AlphaGo Zero start with?

What is Zero?

300

The Deep Q-Network learned to play this Atari video game 5 times better than human players.

What is Atari Breakout?

300

What is a drawback of using a game tree?

What is Exponential outcomes?

300

How did programers solve Go?

What is Monte Carlo Tree search?

400

What does reinforcment learning require a balance between

What is exploration and exploitation?

400

How does the AI solve exponential explosion?

What is using players current board passion and generatiating a smaller game tree?

400

How did the Monte Carlo tree search affect the AI?

What is assigning new probabilities to all possible moves that lead to wins or losses?