예제 #1
0
파일: Step.cs 프로젝트: jerudamaja/Gym.NET
 /// <summary>Creates a new object that is a copy of the current instance.</summary>
 /// <returns>A new object that is a copy of this instance.</returns>
 public object Clone()
 {
     return(new Step((NDArray)Observation.Clone(), Reward, Done, Information));
 }