GameStep constructor

GameStep(
  1. List<int> observations,
  2. List<double> targetPi
)

Implementation

GameStep(this.observations, this.targetPi);