Hierarchical Temporal Memory visualizations with Godot engine.
This is a supplementary project for HIMA.
At the start, path to the tm data folder containing project_info.json
and stream
folder should be specifyed.
stream
should contain json files (chunks) representing snapshots of cell and segment states:
data
│ project_info.json
│
└───stream
project_[steps].json
...
project_[steps].json
Vizualizer loads new files created in stream
folder on the fly.
Current version supports data generated by this class. Any other class that generates json files in the same fomat should also work.
Controls:
Right/Left arrow
-- next/previous stateA
,S
,D
,W
-- camera movementMouse wheel
-- camera zoomP
-- change data path
Click cell to see information and browse segments. Select segment to see its receptive field.