Changing names for clean and noisy environments via version

This commit is contained in:
Vedant Dave 2023-03-28 20:21:58 +02:00
parent 41dcf22262
commit d558b9f558

View File

@ -193,6 +193,7 @@ def make_env(args):
frame_skip=args.action_repeat,
video_recording=args.save_video,
video_recording_dir=args.work_dir,
version=args.version,
)
return env