CS 470 - Spring 2020.


[Home]

Welcome to CS 470!

Video of the Day

Charlie the Chess Playing Robet build from Legos!

Poll of the Day

What rule of chess does Charlie violate? You have to watch closely.

https://pollev.com/cs470 You may also download the app to your phone. Use the "cs470" poll id.

Take my Job Away video NSFW (reaction to Monday's Amazon Warehouse Robot video, posted to poll everywhere)

Lecture : Game Playing. 2/5/2020

Administrivia

  • I have office hours Wednesdays from 4-6 pm, Room 014 AKW. Also, I invite students to join me for lunch in a residential college after class on Wednesdays. This week: 11:45am at Franklin.

  • ULA office hours. See the [Contact Info and Schedule] as well as piazza.

  • [Assignments]. hw2 is now available. See /c/cs470/hws/hw2/hw2.html for jupyter notebook example. You should also review /c/cs470/hws/hw2/search.py code. You may ignore: bidirectional_search, EightPuzzle, PlanRoute, simulated_annealing, and_or_graph_search, OnlineDFSAGent, OnlineSEarchProblem, LRTStarAgent, Genetic Algorithm, vacuum_world, NQueensProblem, Boggle stuff. At least for now. We may look at some of these later.
  • See this morning's piazza post for major hints. You do not need to implement the animation.

    Lecture: Game Playing

  • 2019 Scassellati Slides: Game Playing
  • Stuart Russell, Berkeley Slides: AIMA chapter 6 6up

  • games.ipynb games jupyter notebook, from Norvig. (games.py)


    [Home]