package evironment.antGame;
import core.State;
// somewhat the "brain" of the agent, current known setting of the environment
public class AntState implements State {
}