GithubHelp home page GithubHelp logo

animeshsinha1309 / aima-javascript Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aimacode/aima-javascript

0.0 3.0 0.0 1.02 MB

Javascript visualization (and implementation) of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"

Home Page: http://aimacode.github.io/aima-javascript/

License: MIT License

HTML 20.98% JavaScript 78.10% CSS 0.92%

aima-javascript's Introduction

aima-javascript

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:

aima-javascript's People

Contributors

animeshsinha1309 avatar arsfiqball avatar berviantoleo avatar chihsienyen avatar dragneel7 avatar gaurangtandon avatar ghost---shadow avatar kaiesh avatar kepta avatar michaeldimmitt avatar mircot avatar nervgh avatar norvig avatar omarshehata avatar prabod avatar prakamya-mishra avatar redblobgames avatar rishav159 avatar souravinsights avatar toastmasters-snu avatar utkarsh23 avatar

Watchers

 avatar  avatar  avatar

aima-javascript's Issues

Module is not Mobile-Friendly

The whole thing does not scale perfectly. SVG Images are useful, but stacking 4 side by side would fail the expected scaling. Also, touch gestures are not implemented, meaning that there is no way to play the game without keys. HammarJS needs to be used.

Creating Wumpus World

Contribution to Chapter 7 and 13

This is a visualisation of the Wumpus World needed for the Logic agent in Chapter 7 and the Probability Inferences in Chapter 13.

Current State

The Present version of this is extremely rudimentary and implemented in Chapter 7 on the Website
wumpus

Plans

This is Just for the Logic Agent Segment in Chapter 7

  • Have Each Block show 2 things
    • The Measurement: Stinch or Breeze (telling us if there is Wumpus or a Pit nearby)
    • The Inference: What can be in the block - Wumpus, Pit, Both, or is it safe?
  • Remove the Explicit Dots
    • The Player should not be able to see where exactly Wumpus / Pits / Gold are.
  • Have a table of Inferences below
    • For all 16 squares, the current state and possible inferences that can be drawn from it.
    • These possibilities keep getting narrower as more information about measurements comes in

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.