mirror of
https://github.com/wassname/DeepRL.git
synced 2026-09-09 11:13:47 +08:00
Support python3 and pytorch 0.2
This commit is contained in:
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user