cavis/rl4j/rl4j-malmo/src/main/java/org/deeplearning4j/malmo
Chris Bamford 032b97912e
RL4J: Sanitize Observation (#404)
* working on ALE image pipelines that appear to lose data

* transformation pipeline for ALE has been broken for a while and needed some cleanup to make sure that openCV tooling for scene transforms was actually working.

* allowing history length to be set and passed through to history merge transforms

Signed-off-by: Bam4d <chrisbam4d@gmail.com>

* native image loader is not thread-safe so should not be static

Signed-off-by: Bam4d <chrisbam4d@gmail.com>

* make sure the transformer for encoding observations that are not pixels converts corectly

Signed-off-by: Bam4d <chrisbam4d@gmail.com>

* Test fixes for ALE pixel observation shape

Signed-off-by: Bam4d <chrisbam4d@gmail.com>

* Fix compilation errors

Signed-off-by: Samuel Audet <samuel.audet@gmail.com>

* fixing some post-merge issues, and comments from PR

Signed-off-by: Bam4d <chrisbam4d@gmail.com>

Co-authored-by: Samuel Audet <samuel.audet@gmail.com>
2020-04-23 10:47:26 +09:00
..
MalmoActionSpace.java RL4J: Make a few fixes (#8303) 2019-10-31 13:41:52 +09:00
MalmoActionSpaceDiscrete.java Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
MalmoBox.java RL4J: Sanitize Observation (#404) 2020-04-23 10:47:26 +09:00
MalmoConnectionError.java Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
MalmoDescretePositionPolicy.java RL4J: Sanitize Observation (#404) 2020-04-23 10:47:26 +09:00
MalmoEnv.java RL4J: Sanitize Observation (#404) 2020-04-23 10:47:26 +09:00
MalmoObservationPolicy.java Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
MalmoObservationSpace.java RL4J: Sanitize Observation (#404) 2020-04-23 10:47:26 +09:00
MalmoObservationSpaceGrid.java RL4J: Sanitize Observation (#404) 2020-04-23 10:47:26 +09:00
MalmoObservationSpacePixels.java RL4J: Sanitize Observation (#404) 2020-04-23 10:47:26 +09:00
MalmoObservationSpacePosition.java RL4J: Sanitize Observation (#404) 2020-04-23 10:47:26 +09:00
MalmoResetHandler.java Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00