-
Notifications
You must be signed in to change notification settings - Fork 139
Open
Description
hi,
I‘m running into the following error:
parser.add_argument("env_id", type=str, default="simple_tag", help="name of the scenario script")
parser.add_argument("model_name", default="./model/",
help="Name of directory to store " +
"model/training contents")
main.py: error: the following arguments are required: env_id, model_name
and when simple run: python main.py --env_id simple_tag --model_name ./model/
the error will be pops up:main.py: error: unrecognized arguments: --env_id --model_name
I am not clear how to set these arguments, would you help leave me an example to add_argument run main.py?
Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels