Skip to content

Commit d31687f

Browse files
committed
ALEA3C resize to 84x84 to fit original paper specs
Signed-off-by: Bam4d <[email protected]>
1 parent 7a87f4e commit d31687f

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/A3CALE.java

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

0 commit comments

Comments
 (0)