htm.core icon indicating copy to clipboard operation
htm.core copied to clipboard

Request for monitor mixin examples

Open gramcracker opened this issue 1 year ago • 0 comments

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

gramcracker avatar May 19 '23 06:05 gramcracker