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
@@ -6,7 +6,7 @@
import gym
import sys
import numpy as np
from atari_wrapper import *
from .atari_wrapper import *
class BasicTask:
def __init__(self):