google / evojax

Apache License 2.0
826 stars 78 forks source link

[Task Contribution] Meta-learning weight initialization (i.e., MAML style few-shot learning) #75

Open 51616 opened 11 months ago

51616 commented 11 months ago

I've implemented a new meta-learning task. The goal is learning the initial weight that can be finetuned in a few sgd updates efficiently. This PR is somewhat self-contain with some caveats.

This PR serves as another good example of how one should go about implementing a new task.

Please let me know if this PR is approvable. If so, I'll make this PR review ready.

google-cla[bot] commented 11 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.