Skip to content

Commit

Permalink
add learning rate to big IL arch
Browse files Browse the repository at this point in the history
  • Loading branch information
dyth committed Jul 27, 2020
1 parent e8df6cd commit 9c1fa09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ For simple levels (`GoToRedBallGrey`, `GoToRedBall`, `GoToLocal`, `PickupLoc`, `

For all other levels, we use the **big** architectural configuration:
```
--memory-dim=2048 --recurrence=80 --batch-size=128 --instr-arch=attgru --instr-dim=256 --val-interval 1 --log-interval 1 --epoch-length 51200
--memory-dim=2048 --recurrence=80 --batch-size=128 --instr-arch=attgru --instr-dim=256 --val-interval 1 --log-interval 1 --epoch-length 51200 --lr 5e-5
```

Optional arguments for this script are
Expand Down

0 comments on commit 9c1fa09

Please sign in to comment.