You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java implementation of algorithms from [Norvig](http://www.norvig.com/) and [Russell's](http://www.cs.berkeley.edu/~russell/)[Artificial Intelligence - A Modern Approach 3rd Edition](http://aima.cs.berkeley.edu/).
3
-
4
-
NOTE: While we would like to complete the set of algorithms on the AIMA3e branch (the current default) we are planning on focussing most of our efforts on the new AIMA4e branch going forward. This is a complete rewrite of the algorithms from the AIMA3e branch and will be updated to reflect any changes in the yet to be published 4th edition of the book.
5
-
6
-
NOTE: If you would like to get involved and contribute to the project, please email me (Ciaran) at [email protected] so I can assist and coordinate efforts.
2
+
Java implementation of algorithms from [Norvig](http://www.norvig.com/) and [Russell's](http://www.cs.berkeley.edu/~russell/)[Artificial Intelligence - A Modern Approach 3rd Edition](http://aima.cs.berkeley.edu/). You can use this in conjunction with a course on AI, or for study on your own. We're loooking for [solid contributors](https://github.com/aimacode/aima-java/wiki/AIMAJava-Contributing) to help.
7
3
8
4
### Getting Started Links
9
5
*[Overview of Project](https://github.com/aimacode/aima-java/wiki/AIMA3e-Overview).
0 commit comments