Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.26 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.26 KB

pyhera

stability-experimental GitHub issues

Heuristic Reasoning Agent (PyHERA) with Python at host and CUDA at device, integrated with PyCUDA.

There are separate subrepositories for each of the models.

Usage

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.

Primary commands

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