nuno-faria / tetris-ai

A deep reinforcement learning bot that plays tetris
MIT License
260 stars 67 forks source link

Problem with new version of libs #9

Closed RemGo95 closed 5 months ago

RemGo95 commented 2 years ago

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)

Aprazor commented 1 year ago

use this instead from tensorboardX import FileWriter

nuno-faria commented 5 months ago

Fixed by 32297e073bf0cf62a4b247bc962e7a58fdc1b731. Thanks for the report.