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