Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 783 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 783 Bytes

Projects for my Udacity Artificial Intelligence Nanodegree

In this lesson, you'll get taste of the power of Artificial Intelligence by developing an algorithm to solve every Sudoku puzzle. We won't go particularly in depth into the techniques yet, which we'll do in future lessons. For now, enjoy the fun of building your first AI agent and get coding!

In this lesson, you'll build a Game-Playing agent that defeats opponents in Isolation. Along the way, you'll learn about advanced Game-Playing techniques such as Iterative Deepening, Alpha-Beta Pruning, and Expectimax.