numenta / nupic.research

Experimental algorithms. Unsupported.
https://nupicresearch.readthedocs.io
GNU Affero General Public License v3.0
104 stars 60 forks source link

RES-2499: Move meta_continual_learning code from frameworks to standalone package #601

Closed lscheinkman closed 2 years ago

lscheinkman commented 2 years ago

This PR moves the meta_continual_learning code from nupic.research.frameworks into a separate optional installable package for nupic.research. The other framework dependencies will be updated once they are also coverted to standalone packages.

After this PR is merged, those using the default conda environment and meta_continual_learning must call pip install -e packages/meta_continual_learning to install the framework package.