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
Sunday, April 24, 2016
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.
GPL 3 source code is at http://erana.yellowcouch.org/python MCSystem entry.
Friday, April 22, 2016
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.
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.
Subscribe to:
Posts (Atom)