package Logic; /** * This enum is used to identify the possible fields within the cliff gridworld. */ public enum GridType { GOAL, NORMAL, PENALTY }