25 std::optional<std::vector<ValueType>> optionalStateRewardVector;
27 stateRewardVector.resize(rowGroupCount);
28 optionalStateRewardVector = std::move(stateRewardVector);
31 std::optional<std::vector<ValueType>> optionalStateActionRewardVector;
33 stateActionRewardVector.resize(rowCount);
34 optionalStateActionRewardVector = std::move(stateActionRewardVector);