AIMA.Core.Agent.Impl.SimpleEnvironmentView.agentActed C# (CSharp) Method

agentActed() public method

public agentActed ( IAgent agent, Action action, EnvironmentState resultingState ) : void
agent IAgent
action Action
resultingState EnvironmentState
return void
	public void agentActed(IAgent agent, Action action,
			EnvironmentState resultingState) {
		System.Console.WriteLine("Agent acted: " + action.ToString());
	}