mirror of
https://github.com/wassname/DeepRL.git
synced 2026-09-11 11:53:01 +08:00
Support python3 and pytorch 0.2
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from atari_wrapper import *
|
||||
from policy import *
|
||||
from replay import *
|
||||
from task import *
|
||||
from random_process import *
|
||||
from .atari_wrapper import *
|
||||
from .policy import *
|
||||
from .replay import *
|
||||
from .task import *
|
||||
from .random_process import *
|
||||
+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