From 5246dcfb38efcc3018130ee5458294a863d45493 Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Sun, 3 Mar 2024 12:24:48 -0500 Subject: [PATCH] Add assessment --- assessment.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 assessment.md diff --git a/assessment.md b/assessment.md new file mode 100644 index 0000000..7d56ba4 --- /dev/null +++ b/assessment.md @@ -0,0 +1,13 @@ +# Tic Tac Toe Lab Assessment + +## Checkpoint 1 +Looks good. + +## Checkpoint 2 +Nice! The ranges make use of the fact that there are some useful patterns +in the indices of row- and colum-based wins. + +## Checkpoint 3 +Almost--but this isn't a propabilistic process. Having the initial state's +current and future reward be zero means that if everyone plays perfectly, +the game will always be a draw.