I'd like to use cerebro2.patcher.Patcher with an opf client (examples/opf/clients/hotgym/simple) to dump internal CLA state.
For a spatial pooler, for example, Patcher expects a nupic.research.spatial_pooler.SpatialPooler object, but clamodel._getRegion() returns a nupic.engine.Region object. Would it be possible to subclass the Region object into a SpatialPooler or TemporalPooler object? Or should I write a new Patcher to work with clamodel's getParameter interface? What is the right approach here? Thanks, -- Mr. Mateja Putic Ph.D Candidate Department of Electrical and Computer Engineering University of Virginia (703) 303-2099
