DeepLoco
DeepLoco copied to clipboard
No opt_*.txt files in the folder named args
When I execute the code in terminal as follow:
./DeepLoco_Optimizer -arg_file= args/opt_int_poli_hopper_eval.txt -policy_model= output/intermediate/trainer_int_model_0000160000.h5 To Train a controller ./DeepLoco_Optimizer -arg_file= args/opt_args_train.txt ./DeepLoco_Optimizer -arg_file= args/opt_args_train_hopper.txt To Optimize a controllers parameters ./DeepLoco_Optimizer -arg_file= args/opt_args_jump.txt
The terminal show 'Failed to open......'
you should run the optimizer from the root dir, not optimizer/. since the paths are relative to the root.
Thank you for your reply. I indeed execute DeepLoco_Optimizer in the root dir, but where are no files named 'opt_*.txt' in the args folder