コード例 #1
0
 public override NDArray Sample()
 {
     return(RandomState.uniform(Low, High, DType));
 }
コード例 #2
0
 public override NDArray Reset()
 {
     steps_beyond_done = -1;
     state             = random.uniform(-0.05, 0.05, 4);
     return(np.array(state));
 }