numenta / nupic.embodied

GNU Affero General Public License v3.0
6 stars 6 forks source link

Refactor Dendritic MLP and Policies/QFunctions to use nupic.research's dendritic mlp #22

Closed akashvelu closed 3 years ago

akashvelu commented 3 years ago

Previous versions of the dendritic policies and qfunctions used a dendritic mlp class which was modified for nupic.embodied. This PR creates a new dendritic MLP which subclasses the dendritic MLP from nupic.research and makes nupic.embodied specific changes. This PR depends on https://github.com/numenta/nupic.research/pull/527 being merged.