We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a87f4e commit d31687fCopy full SHA for d31687f
rl4j-examples/src/main/java/org/deeplearning4j/examples/rl4j/A3CALE.java
@@ -36,11 +36,11 @@ public class A3CALE {
36
public static HistoryProcessor.Configuration ALE_HP =
37
new HistoryProcessor.Configuration(
38
4, //History length
39
- 152, //resize width
40
- 194, //resize height
41
- 152, //crop width
+ 84, //resize width
+ 84, //resize height
+ 160, //crop width
42
194, //crop height
43
- 8, //cropping x offset
+ 0, //cropping x offset
44
32, //cropping y offset
45
4 //skip mod (one frame is picked every x
46
);
0 commit comments