tetris-ai icon indicating copy to clipboard operation
tetris-ai copied to clipboard

Problem with new version of libs

Open RemGo95 opened this issue 3 years ago • 1 comments

There is a problem in log.py, in new version of libs, its not possible to call 'from tensorflow.summary import FileWriter' and to call function self._write_logs(stats, step)

RemGo95 avatar Sep 30 '21 08:09 RemGo95

use this instead from tensorboardX import FileWriter

Aprazor avatar May 08 '23 03:05 Aprazor

Fixed by 32297e073bf0cf62a4b247bc962e7a58fdc1b731. Thanks for the report.

nuno-faria avatar Apr 07 '24 20:04 nuno-faria