Jason (jcreed) wrote,
Jason
jcreed

I'm glad at least that of the two major blunders I've made doing the programming for this AI assignment, neither was a stupid type error. I made some minor type errors, (indexing into a hash instead of dereferencing the hashref and then indexing) but use strict caught them for me.

The two stupid things I did do were (a) forget to add self-edges to the graph ("arg, why the fuck does it predict going back and forth between rooms 1 and 5 constantly?") and (b) cons at the wrong end of a list, resulting in a time-reversed state sequence prediction.
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 0 comments