aboutsummaryrefslogtreecommitdiff
path: root/science/py-pyaixi
Commit message (Collapse)AuthorAgeFilesLines
* Canonicalize a few licensesAntoine Brodin2014-12-071-1/+1
| | | | Notes: svn path=/head/; revision=374163
* - Convert ports of science/ and security to new USES=pythonMarcus von Appen2014-10-241-4/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371453
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* science/py-pyaixi: Implementation of the MC-AIXI-CTW AI algorithmWilliam Grzybowski2013-12-083-0/+51
pyaixi is a pure Python implementation of the Monte Carlo-AIXI-Context Tree Weighting (MC-AIXI-CTW) artificial intelligence algorithm. This is an approximation of the AIXI universal artificial intelligence algorithm, which describes a model-based, reinforcement-learning agent capable of general learning. WWW: https://github.com/gkassel/pyaixi PR: ports/184572 Submitted by: Johannes Jost Meixner <xmj chaot.net> Notes: svn path=/head/; revision=335895