-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Description
(I'm using a conda environment on windows) When trying to run from the root directory:
python arnold.py --exp_name test --main_dump_path dumped --scenario defend_the_center --frame_skip 2 --action_combinations "turn_lr+attack" --reload pretrained/defend_the_center.pth --evaluate 1 --visualize 1 --gpu_id 0
I get the error No such file or directory: 'dumped\\test\\<testid>\\pretrained/defend_the_center.pth'.
Looking into this I saw that the paths are concatenated.
Shouldn't the weights be loaded from the pretrained directory instead?
Eg:
model_path = params.reload
What is the expected functionality?
Metadata
Metadata
Assignees
Labels
No labels