Visualization of concepts from Russell And Norvig's "Artificial Intelligence — A Modern Approach", and Javascript code for algorithms. Unlike aima-python, aima-java, and other sibling projects, this project is primarily about the visualizations and secondarily about the code.
Some Javascript visualizations that I admire, and would like to see similar kinds of things here:
- Red Blob Games: A* Tutorial
- Qiao Search Demo
- Nicky Case: Simulating the World
- Rafael Matsunaga: Genetic Car Thingy
- Lee Yiyuan: 2048 Bot
Follow the jekyll installation guide:
https://help.github.com/en/articles/setting-up-your-github-pages-site-locally-with-jekyll
Example:
# install
bundle install --path vendor/bundle
# server it locally
bundle exec jekyll serve --watch