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 8459355 commit 7a87f4eCopy full SHA for 7a87f4e
rl4j-examples/src/main/java/org/deeplearning4j/examples/rl4j/ALE.java
@@ -35,11 +35,11 @@ public class ALE {
35
public static HistoryProcessor.Configuration ALE_HP =
36
new HistoryProcessor.Configuration(
37
4, //History length
38
- 152, //resize width
39
- 194, //resize height
40
- 152, //crop width
+ 84, //resize width
+ 84, //resize height
+ 160, //crop width
41
194, //crop height
42
- 8, //cropping x offset
+ 0, //cropping x offset
43
32, //cropping y offset
44
4 //skip mod (one frame is picked every x
45
);
0 commit comments