Support python3 and pytorch 0.2

This commit is contained in:
Shangtong Zhang
2017-10-26 23:01:57 -06:00
parent 1b6de16b4f
commit 6682937b54
12 changed files with 33 additions and 28 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
# declaration at the top #
#######################################################################
from network import *
from .base_network import *
# Network for pixel Atari game with value based methods
class NatureConvNet(nn.Module, VanillaNet):