Changing names for clean and noisy environments via version
This commit is contained in:
parent
41dcf22262
commit
d558b9f558
@ -193,6 +193,7 @@ def make_env(args):
|
|||||||
frame_skip=args.action_repeat,
|
frame_skip=args.action_repeat,
|
||||||
video_recording=args.save_video,
|
video_recording=args.save_video,
|
||||||
video_recording_dir=args.work_dir,
|
video_recording_dir=args.work_dir,
|
||||||
|
version=args.version,
|
||||||
)
|
)
|
||||||
return env
|
return env
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user