0.0.1alpha • Published 13 years ago
nodeaima v0.0.1alpha
Node AIMA
JavaScript/Node.js implementation of algorithms from Russell and Norvig's 'Artificial Intelligence: A Modern Approach'.
Installation
Via npm on Node:
npm install nodeaimaUsage
Reference in your program:
var nodeaima = require('nodeaima');TBD
Development
git clone git://github.com/ajlopez/NodeAima.git
cd NodeAima
npm install
npm testSamples
TBD
To do
TBD ;-)
References
- aima-python Python implementation of algorithms from Russell and Norvig's 'Artificial Intelligence: A Modern Approach'
Contribution
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.
0.0.1alpha
13 years ago