aimacode / aima-javascript

Javascript visualization of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
http://aimacode.github.io/aima-javascript/
MIT License
541 stars 219 forks source link

Adds Visualization for a vacuum world with no observation #87

Closed Rishav159 closed 7 years ago

Rishav159 commented 7 years ago

Progress on #58 (not to be merged yet)

redblobgames commented 7 years ago

The diagram looks really cool. I wasn't sure what the reader was supposed to do here but after looking at the book again I understand what you're looking for. I think the 5-floor world is a reasonable choice. It is interesting enough that if you understand the concept you can come up with a sequence, and it is not too big so the sequence is not too long. You might add the text “Try to find a sequence of actions that will clean all the floors, no matter what the initial state of the world.”

Rishav159 commented 7 years ago

Updated as per suggestions. It can be merged now.