add task configs to constant.py to reduce command line arguments
This commit is contained in:
@@ -55,7 +55,6 @@ def get_args_parser():
|
||||
# repeat args in imitate_episodes just to avoid error. Will not be used
|
||||
parser.add_argument('--eval', action='store_true')
|
||||
parser.add_argument('--onscreen_render', action='store_true')
|
||||
parser.add_argument('--dataset_dir', action='store', type=str, help='dataset_dir', required=True)
|
||||
parser.add_argument('--ckpt_dir', action='store', type=str, help='ckpt_dir', required=True)
|
||||
parser.add_argument('--policy_class', action='store', type=str, help='policy_class, capitalize', required=True)
|
||||
parser.add_argument('--task_name', action='store', type=str, help='task_name', required=True)
|
||||
|
||||
Reference in New Issue
Block a user