-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename VanillaCNN to CNNValueNetwork and divide state values by 255.
Summary: This diff makes two changes: 1) Following our naming convention for q value networks, rename VanillaCNN to CNNValueNetwork. 2) For atari games, raw images pixels values (0-255) are stored in the replay buffer (instead of values normalized to be within 0-1) to save memory. We need to do normalization in our CNN networks. Reviewed By: rodrigodesalvobraz Differential Revision: D66280552 fbshipit-source-id: 1346b6eb18cae8a831e7f071467487239723115a
- Loading branch information
1 parent
5d9316b
commit 1b0702e
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters