This repository was archived by the owner on Jun 16, 2021. It is now read-only.

Description
Hey @brilee ,
I'm trying to play against this wonderful library. However when I'm trying genmove b I'm getting:
File "\MuGo\policy.py", line 152, in run
probabilities = self.session.run(self.output, feed_dict={self.x: processed_position[None, :]})[0]
AttributeError: 'PolicyNetwork' object has no attribute 'output'
What should self.output be ?