Commit Graph

2 Commits

Author SHA1 Message Date
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
rhankey 383ce469a9 Initial commit 2024-08-29 12:32:50 +00:00