Skip to content

Commit 7a87f4e

Browse files
committed
making screen size 84x84 the same as original paper
Signed-off-by: Bam4d <chrisbam4d@gmail.com>
1 parent 8459355 commit 7a87f4e

File tree

1 file changed

+4
-4
lines changed
  • rl4j-examples/src/main/java/org/deeplearning4j/examples/rl4j

1 file changed

+4
-4
lines changed

rl4j-examples/src/main/java/org/deeplearning4j/examples/rl4j/ALE.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ public class ALE {
3535
public static HistoryProcessor.Configuration ALE_HP =
3636
new HistoryProcessor.Configuration(
3737
4, //History length
38-
152, //resize width
39-
194, //resize height
40-
152, //crop width
38+
84, //resize width
39+
84, //resize height
40+
160, //crop width
4141
194, //crop height
42-
8, //cropping x offset
42+
0, //cropping x offset
4343
32, //cropping y offset
4444
4 //skip mod (one frame is picked every x
4545
);

0 commit comments

Comments
 (0)