htm.core
htm.core copied to clipboard
Request for monitor mixin examples
I've been struggling to go through the code on here, trying to piece together parts from examples, and I finally got something workable, but I need something to visualize. I created a real time visual of the network regions using opengl before I noticed the MonitorMixin class. I don't see any examples, and the one line I do see about it gives me an error: class MonitoredTemporalMemory(mm.TemporalMemoryMonitorMixin, TemporalMemory): pass
gives: TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases