Skip to content

Commit 116288f

Browse files
committed
Merge branch 'reptile-ray'
* reptile-ray: fix typo
2 parents 46b6af5 + 4ef539c commit 116288f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reptile/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ PyTorch Implementation of OpenAI's
33
but a bit cleaner than John's
44
[gist](https://gist.github.com/joschu/f503500cda64f2ce87c8288906b09e2d#file-reptile-sinewaves-demo-py).
55

6-
It trains 30,00 meta-iterations of gradient descent, one task at a time.
7-
It evaluates on a fixed task every 1,000 iterations, taking 5 gradient
8-
descent steps per task. Turns out that 1 is enough to get good
6+
It trains 30,000 meta-iterations of gradient descent, one task at a
7+
time. It evaluates on a fixed task every 1,000 iterations, taking 5
8+
gradient descent steps per task. Turns out that 1 is enough to get good
99
performance, indicating that meta-learning is actually working.
1010

1111
## Requirements
@@ -18,4 +18,4 @@ performance, indicating that meta-learning is actually working.
1818

1919
python3 main.py
2020

21-
It will pop up a matplotlib window that updates every 3,000 iterations.
21+
It will pop up a Matplotlib window that updates every 3,000 iterations.

0 commit comments

Comments
 (0)