Skip to content

Commit

Permalink
Add note about architecture change
Browse files Browse the repository at this point in the history
Closes #77
  • Loading branch information
Kaixhin committed Nov 19, 2020
1 parent 5ca499c commit 2f5b651
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ python main.py --target-update 2000 \
--evaluation-interval 10000
```

Note that pretrained models from the [`1.3`](https://github.com/Kaixhin/Rainbow/releases/tag/1.3) release used a (slightly) incorrect network architecture. To use these, change the padding in the first convolutional layer from 0 to 1 (DeepMind uses "valid" (no) padding).

Requirements
------------

Expand Down

0 comments on commit 2f5b651

Please sign in to comment.