Sunday, April 24, 2016

I released version 0.2.20 of Presence of the Wise, a model view controller in pygame coupled to an scipy/numpy adaptable system inside a tree. It remains as of yet untested, I wrote it out of my head.

Python source code is at http://erana.yellowcouch.org/python presenceofthewise entry

Saturday, April 23, 2016

My AI-Monte Carlo engine has been extended with futures, messaging system and actors which process messages in the form of mailboxes. There is also a graph and tree which makes use of these. If you fill in some AI functionality and heuristics for processing you're done. Some iterations can be beautified with the use of python's __iter__

GPL 3 source code is at http://erana.yellowcouch.org/python   MCSystem entry.

Friday, April 22, 2016

My Monte Carlo System now includes a dynamic weighter function, a matrix and vector class (you can use numpy if you want), python sources are at http://erana.yellowcouch.org/python/

Tuesday, April 19, 2016

I am programming on a Monte Carlo AI game system, it uses statistical mechanics for converging e.g. getting better entropy.

It is called MCSystem and can be found at http://erana.yellowcouch.org/python

See the entry MCSystem.

As of now it does not have any methods except for the system wihch will step with methods in a stepper so things like e.g. a Metropolis algorithm can be put in.