コード例 #1
0
 public override void AgentReset()
 {
     gameObject.transform.position = StartPos;
     gameObject.transform.rotation = new Quaternion(0, 0, 0, 0);
     Rbody.velocity = Vector3.zero;
     recorder.ClearRecordings();
     // recorder.lidar.transform.rotation= new Quaternion(0, 0, 0, 0);
 }