HXT

Results 2 issues of HXT

# Coach.py def learn(self) -> None: for i in range(1, self.args.num_selfplay_iterations + 1): print(f'------ITER {i}------') if not self.update_on_checkpoint or i > 1: # else: go directly to backpropagation # Self-play/...

If anyone is facing a similar problem as below: ``` -- The C compiler identification is GNU 5.4.0 -- The CXX compiler identification is GNU 5.4.0 -- Check for working...