Heuristic Reasoning Agent (PyHERA) with Python at host and CUDA at device, integrated with PyCUDA.
There are separate subrepositories for each of the models.
The managing software creates and runs an agent continuously. The inputs (sensory data) are injected on the dendrites artificial synapses, and the outputs (motor data) are extracted from axons.
It should be enough to clone the repo, then cd
into the folder, and then build a software agent with
hera --family abraxas build
and run the agent with
hera --identifier <whatever> up
A running agent can then be stopped with
hera --identifier <whatever> down
and then destroyed with
hera --identifier <whatever> destroy