17 lines
427 B
Bash
Executable File
17 lines
427 B
Bash
Executable File
# eval_main inputs
|
|
# locations: List[Tuple[int,int]]= [(0,0)],
|
|
# method: str='expert',
|
|
# policy_file: str='',
|
|
# policy_kwargs: dict={},
|
|
# env: str='NRasterizedRouteIncrementingAgent',
|
|
# env_kwargs: dict={},
|
|
# seed: int=0
|
|
|
|
# expert
|
|
python -m src.eval_main
|
|
|
|
# idm
|
|
python -m src.eval_main --method=idm
|
|
|
|
python -m src.eval_main --method=ogail --policy_file='checkpoints/gail-options-setobs2.pt' --env='NormalizedOptionsEvalEnv'
|