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

com.github.cschen1205.navigator.utils.MazePalette 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;

import java.awt.*;

/**
 * Created by cschen1205 on 10/2/2015 0002.
 */
public class MazePalette
{
    public static final int AV_Color_Num = 8;
    public static final Color[] AV_Color = { Color.black, Color.blue, Color.magenta, Color.green, Color.yellow, Color.cyan, Color.pink, Color.white };
    public static int AV_Color_Index = 0;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy