Completed
- New in Assignment 2
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Introduction to Artificial Intelligence - Assignment 2 Overview - Lecture 7
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - A2 Demo
- 3 - Powerpoint Start
- 4 - New in Assignment 2
- 5 - Environment and Action Costs
- 6 - Legal Actions
- 7 - Diagonal / Cardinal Action Relationship
- 8 - Paths
- 9 - Heuristic Functions
- 10 - Connected States
- 11 - Computing Connectivity
- 12 - Connectivity Check / canFit
- 13 - Connected Sector Sizes
- 14 - Optimization: Connected Sector Checking
- 15 - Optimization: Legal Action Relationship
- 16 - Optimization: Legal Action Precomputation
- 17 - Optimization: Closed List Grid
- 18 - Optimization: Open List BinaryHeap
- 19 - Optimization: BFS Queue Simulation
- 20 - Tie-Breaking F Values
- 21 - Bidirectional Search
- 22 - Assignment Code
- 23 - Search_Student.js
- 24 - Bidirectional Search Optimality
- 25 - Marking Scheme