From d359f400d29cdc1b30b0a43d74619f87c229855d Mon Sep 17 00:00:00 2001 From: pushkar Date: Tue, 5 Mar 2013 17:46:06 -0500 Subject: [PATCH] Updated README --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 713e9a33..502f026c 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,26 @@ ABAGAIL The library contains a number of interconnected Java packages that implement machine learning and artificial intelligence algorithms. These are artificial intelligence algorithms implemented for the kind of people that like to implement algorithms themselves. +Usage +------ + +See [Wiki](https://github.com/pushkar/ABAGAIL/wiki) + +Issues +------- + +See [Issues page](https://github.com/pushkar/ABAGAIL/issues?state=open). + +Contributing +------------ + +1. Fork it. +2. Create a branch (`git checkout -b my_branch`) +3. Commit your changes (`git commit -am "Awesome feature"`) +4. Push to the branch (`git push origin my_branch`) +5. Open a [Pull Request][1] +6. Enjoy a refreshing Diet Coke and wait + Features ======== @@ -56,3 +76,5 @@ Features * Reinforcement Learning ### Value and policy iteration for Markov decision processes + +[1]: https://help.github.com/articles/using-pull-requests