fix typo in a comment (#161)

This commit is contained in:
Buck Shlegeris
2018-11-14 12:20:55 -08:00
committed by pzhokhov
parent 87b3a04a38
commit a75bc37a40

View File

@@ -72,7 +72,7 @@ def cnn_to_mlp(convs, hiddens, dueling=False, layer_norm=False):
Parameters
----------
convs: [(int, int int)]
convs: [(int, int, int)]
list of convolutional layers in form of
(num_outputs, kernel_size, stride)
hiddens: [int]