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

com.github.cschen1205.navigator.utils.VehicleState Maven / Gradle / Ivy

Go to download

TD-FALCON is a fusion architecture that incorporates temporal difference methods and self-organizing neural networks for reinforcement learning with delayed rewards. It learns by creating cognitive codes across sensory input, actions, and rewards.

There is a newer version: 1.0.2
Show newest version
package com.github.cschen1205.navigator.utils;

/**
 * Created by cschen1205 on 10/1/2015 0001.
 */
public enum VehicleState {
    Active,
    HitTarget,
    HitMine,
    Conflicting
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy