Rollouts
Generating rollouts
$ python -m sdriving.scripts.rollout --helpusage: rollout.py [-h] -s SAVE_DIR [-m MODEL_SAVE_PATH]
[-tep NUM_TEST_EPISODES] --env ENV [--env-kwargs ENV_KWARGS]
[--model-type {one_step,two_step,None}] [--no-render] [-v]
optional arguments:
-h, --help show this help message and exit
-s SAVE_DIR, --save-dir SAVE_DIR
-m MODEL_SAVE_PATH, --model-save-path MODEL_SAVE_PATH
-tep NUM_TEST_EPISODES, --num-test-episodes NUM_TEST_EPISODES
--env ENV
--env-kwargs ENV_KWARGS
--model-type {one_step,two_step,None}
--no-render
-v, --verboseLast updated