aboutsummaryrefslogtreecommitdiffstats
path: root/science/py-pyaixi/pkg-descr
Commit message (Collapse)AuthorAgeFilesLines
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereamdmi32018-04-261-1/+1
| | | | | | | they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
* Relax USES=pythonsunpoet2018-02-251-2/+3
| | | | | | | | | | | - Simplify concurrent installation: - Use USE_PYTHON=concurrent - Remove DOCSDIR - Remove EXAMPLESDIR - Add NO_ARCH - Reformat pkg-descr - Add PyPI as primary WWW - Take maintainership
* science/py-pyaixi: Implementation of the MC-AIXI-CTW AI algorithmwg2013-12-081-0/+8
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>