openai / supervised-reptile

Code for the paper "On First-Order Meta-Learning Algorithms"
https://arxiv.org/abs/1803.02999
MIT License
989 stars 210 forks source link

Typo in Algorithm 2 of the paper #4

Closed shihux closed 6 years ago

shihux commented 6 years ago

Hi, I think there is typo on the second to last line of Algorithm 2 on page 3 of this paper https://arxiv.org/abs/1803.02999 (March 8 version). Should it be 1 over n instead of k, since we're averaging over tasks rather than sgd steps?

unixpickle commented 6 years ago

Good catch--this is indeed a typo. We will fix this shortly.