Minor Changes
This commit is contained in:
parent
c80588fcbb
commit
f28db0ffe3
5
train.py
5
train.py
@ -146,7 +146,10 @@ def main():
|
|||||||
from_pixels=(args.encoder_type == 'pixel'),
|
from_pixels=(args.encoder_type == 'pixel'),
|
||||||
height=args.image_size,
|
height=args.image_size,
|
||||||
width=args.image_size,
|
width=args.image_size,
|
||||||
frame_skip=args.action_repeat
|
frame_skip=args.action_repeat,
|
||||||
|
img_source=args.img_source,
|
||||||
|
resource_files=args.resource_files,
|
||||||
|
total_frames=args.total_frames
|
||||||
)
|
)
|
||||||
env.seed(args.seed)
|
env.seed(args.seed)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user