Reset() 공개 메소드

Resets the world by calling reset on each agents and plant, then generating a new layout for the plants.
public Reset ( ) : void
리턴 void
예제 #1
0
 /// <summary>
 /// Reset the internal stateActionPair of the evaluation scheme if any exists.
 /// </summary>
 public void Reset()
 {
     _world.Reset();
 }