Skip to content

esarbe/planning-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Planning agent

Summary

This project (simply called 'planning agent' for now) is the result of my desire to

  1. learn and use the Google Go programming language
  2. 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.

Packages

  • 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

License

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.

About

simple planning-agent in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages