Beispiel #1
0
 // to be implemented by the developer
 public override void AgentReset()
 {
     area.AreaReset();
 }
Beispiel #2
0
 // to be implemented by the developer
 public override void OnEpisodeBegin()
 {
     area.AreaReset();
 }