some try for policy_gradient
This commit is contained in:
@@ -133,3 +133,7 @@ class AlphaGoEncoder(Encoder):
|
||||
|
||||
def shape(self):
|
||||
return self.num_planes, self.board_height, self.board_width
|
||||
|
||||
|
||||
def create(board_size):
|
||||
return AlphaGoEncoder(board_size)
|
||||
Reference in New Issue
Block a user