You have Pyglet. You've got Rabbyt. But who do your sprites go to for advice? Owyl, of course.
GoalsThe goal of Owyl: provide a fast and flexible Behavior Tree framework implemented in python. Owyl trees use nested generators to iterate through your behaviors. The root of the tree always works
... [More] just like a normal python iterator. If you know how to work with iterators, you know how to work with an Owyl tree. Because Owyl is small and behavior trees are easy to grasp, it's easy to control and extend your AI behaviors.
Trees as IteratorsTrees as iterators give you total control over how a behavior tree integrates with your code: use a for loop, a list comprehension, a generator expression, or manual calls to tree.next(). Run the tree one step, five, or fifty with every frame.
ExtendingWriting new behaviors is simple and easy (and soon to be documented!). Any object that corresponds to python's iterator interface and a few simple rules for yielded values will work. Owyl's core behaviors are written as simple generator functions.
More InformationFor more information on Behavior Trees, see these articles. Remember: AI isn't about math, it's about getting things done.
For more information on python generators, see this introduction to generators. [Less]
Vita is a scalable, high performance C++ genetic programming / genetic algorithms framework.
It's suitable for classification, symbolic regression, content base image retrieval, data mining and agent control.
IWOR is a programming game. It simulate a world in witch robots controlled by programs can live in it, work, defend their tribe and even born new children!
Wintermute is the attempt of Danté Ashton and a group of others to implement the world's first personal edition of an intelligent framework of applications and libraries, and in the future, an intelligent operating system. This is the brainchild of the [http://www.thesii.org/ SII]. Wintermute
... [More] bolsters the capabilities of using neural networking to learn about its host, a pseudo-langauge engine that permits translations and grammar rulesets of any language to be incorporated into the system, and database downloads of different sets of data to permit the combination of the world's first personal virtual self-thinking assistant. It can be used to perform simple tasks like dictation to a favorite word editor to more complex tasks, like sorting documents depending .. [Less]
The MOEA Framework is an open source Java library for developing and experimenting with multiobjective evolutionary algorithms (MOEAs) and other general-purpose optimization algorithms and metaheuristics. A number of algorithms are provided out-of-the-box, including NSGA-II, ε-MOEA, GDE3 and MOEA/D.
... [More] In addition, third-party tools like JMetal and PISA directly integrate with the MOEA Framework.
The MOEA Framework targets an academic audience, providing the resources necessary to rapidly design, develop, execute and statistically test optimization algorithms. This includes over 40 test problems from the literature, and a suite of statistical tools for comparing and analyzing algorithm performance. [Less]
Ouroborus is an artificial life framework for mobile agents on a background of cellular automata. It can be used to teach and research topics such as population genetics, ecology and evolution. The demo includes a curses view and live Csound audio.
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy