Open gracexmatin opened 11 months ago
Please make sure to carefully follow the README here to download the pre-trained model weights. You should place them in a directory called model_ckpt
after downloading.
Then you can call adv_scenario_gen.py
with a command that points to these weights as shown here in the README. Make sure to update the --ckpt
argument to point to the downloaded weights. For example, --ckpt ./model_ckpt/traffic_model.pth
.