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
538 stars 216 forks source link

Localization in partially observable Environment #161

Closed Rishav159 closed 5 years ago

Rishav159 commented 6 years ago

Hello, During my last few days of GSoC last year, I was working on a visualization for localization in the partially observable environment from Chapter 4 (Beyond Classical Search). I am considering completing that visualization. I see that aima-javascript has changed a bit since last year (For instance, as of last year, we were expected to create visualizations as a supplement with the book and were free to assume that the user already has the book, but it seems like this year, the focus is on creating standalone tutorials). Due to this, I was wondering if that visualization is still useful. I would create a PR with the current progress. Kindly review and tell if the diagram is still useful for aima and should I go ahead and complete it. Thanks!

redblobgames commented 5 years ago

Looks like Peter merged this even though you wrote "do not merge". I'm going to close this issue for now. The direction continues to be away from individual diagrams and towards explanations.