AIMA.Core.Environment.XYEnv.XYEnvironment.executeAction C# (CSharp) Méthode

executeAction() public méthode

public executeAction ( Agent a, System.Action action ) : EnvironmentState
a Agent
action System.Action
Résultat EnvironmentState
        public override EnvironmentState executeAction(Agent a, Action action)
        {
            return envState;
        }