Skip to content

Commit a0564ad

Browse files
changes a2c to use atari wrappers
1 parent 50969bc commit a0564ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ale/train_a2c_ale.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from chainerrl import policy
2424
from chainerrl import v_function
2525

26-
import atari_wrappers
26+
from chainerrl.wrappers import atari_wrappers
2727

2828

2929
def phi(x):

0 commit comments

Comments
 (0)