1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/science/py-pyaixi/pkg-descr
William Grzybowski 15cf2023b6 science/py-pyaixi: Implementation of the MC-AIXI-CTW AI algorithm
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>
2013-12-08 14:12:47 +00:00

9 lines
347 B
Plaintext

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