Reset() public method

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