Support shared stats for continuous A3C

This commit is contained in:
Shangtong Zhang
2017-10-04 20:58:42 -06:00
parent 3935dfc428
commit c773da7d08
7 changed files with 105 additions and 53 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
from config import *
from shifter import *
from normalizer import *
try:
from tf_logger import Logger
except: