JavaScript/Node.js implementation of algorithms from Russell and Norvig's 'Artificial Intelligence: A Modern Approach'.
Via npm on Node:
npm install nodeaima
Reference in your program:
var nodeaima = require('nodeaima');
TBD
git clone git://github.com/ajlopez/NodeAima.git
cd NodeAima
npm install
npm test
TBD
TBD ;-)
- aima-python Python implementation of algorithms from Russell and Norvig's 'Artificial Intelligence: A Modern Approach'
Feel free to file issues and submit pull requests — contributions are welcome.
If you submit a pull request, please be sure to add or update corresponding
test cases, and ensure that npm test
continues to pass.