This project (simply called 'planning agent' for now) is the result of my desire to
- learn and use the Google Go programming language
- put to use my recently acquired knowledge about machine learning and artificial intelligence
Right now I do honestly have no idea where this project could useful otherwise, but you are free to try to use it or components of it in your own projects.
- ai package containing implementations of different graph search strategies like A-star search
- ai/planning package containg types and methods to treat planning as a search problem
- collections collections like FIFO queues, priority queues and the like
- loader util types and functions to load data from persistence
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.