tetris-ai
tetris-ai copied to clipboard
Problem with new version of libs
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)
use this instead from tensorboardX import FileWriter
Fixed by 32297e073bf0cf62a4b247bc962e7a58fdc1b731. Thanks for the report.