numenta / nupic.embodied

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

adds save and restore capabilities to trainer and algorithm #48

Closed lucasosouza closed 2 years ago

lucasosouza commented 2 years ago

Main changes:

Saving and loading have been unit tested. Requires regression testing.

abhi-iyer commented 2 years ago

Pushed changes to fix the wandb resume functionality.

lucasosouza commented 2 years ago

@abhi-iyer Added capability of restoring from latest experiment by providing flag -r. Can also provide project id through command line through flag -p, that will override the project_id given in config.

Moved from namedtuples to dataclasses only