aimacode / aima-pseudocode

Pseudocode descriptions of the algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
Other
866 stars 420 forks source link

Goal Based and Utility Based Agent pseudocode Added #62

Closed ashishrana160796 closed 6 years ago

ashishrana160796 commented 6 years ago

In reference to exercise question 2.7 and section 2.4.4, 2.4.5 from the book, these two pseudo codes are added. Implementations are strictly based on theory explained in these sections.