All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.deeplearning4j.rl4j.mdp.vizdoom.PredictPosition Maven / Gradle / Ivy

There is a newer version: 1.0.0-beta3
Show newest version
package org.deeplearning4j.rl4j.mdp.vizdoom;

import vizdoom.Button;

import java.util.Arrays;
import java.util.List;

/**
 * @author rubenfiszel ([email protected]) on 8/18/16.
 */
public class PredictPosition extends VizDoom {

    public PredictPosition(boolean render) {
        super(render);
    }

    public Configuration getConfiguration() {
        setScaleFactor(1.0);
        List




© 2015 - 2025 Weber Informatics LLC | Privacy Policy