зеркало из
https://github.com/docxology/cognitive.git
synced 2025-10-30 04:36:05 +02:00
7 строки
211 B
Python
7 строки
211 B
Python
"""
|
|
Simple_POMDP package for basic POMDP implementation with active inference.
|
|
"""
|
|
|
|
from .simple_pomdp import SimplePOMDP, compute_expected_free_energy
|
|
|
|
__all__ = ['SimplePOMDP', 'compute_expected_free_energy'] |