mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
15cf2023b6
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>
9 lines
347 B
Plaintext
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
|