Go to file
Rebecca Hankey fb996aeba2 I made the computer deterministic and updated the
code to import the LookaheadStartegy to the class player.py.

As I worked through the lab I found myself coming back to the web that
was given to us in the lab itself. When I play games like Rumicube and
tic tac toe the process of running scenarios in my head happens instantaneously.
Prepping the computer to play this way as well is complex.

The reward system is a straightforward and interesting way to evaluate the "goodness" of
a move. How good is it to do one thing rather than another? The ability to think all the way through the
options is really interesting to evaluate and think about! Overall my cognition maybe did less in
the way of changing, but developed a meta-like awareness for the process it goes through when it's
problem solving.
2024-11-23 15:23:13 -05:00
nim Initial commit 2024-08-29 12:32:50 +00:00
strategy Initial commit 2024-08-29 12:32:50 +00:00
ttt I made the computer deterministic and updated the 2024-11-23 15:23:13 -05:00
.commit_template Initial commit 2024-08-29 12:32:50 +00:00
.gitignore Initial commit 2024-08-29 12:32:50 +00:00
notes.md I made the computer deterministic and updated the 2024-11-23 15:23:13 -05:00
play_nim.py Initial commit 2024-08-29 12:32:50 +00:00
play_ttt.py I made the computer deterministic and updated the 2024-11-23 15:23:13 -05:00
poetry.lock Initial commit 2024-08-29 12:32:50 +00:00
pyproject.toml Initial commit 2024-08-29 12:32:50 +00:00