FILM
FILM copied to clipboard
I want to get the same score as you in leaderboard
"$ python main.py -n1 --max_episode_length 1000 --num_local_steps 25 --num_processes 2 --eval_split tests_unseen --from_idx 0 --to_idx 120 --x_display DISPLAY --max_fails 10 --debug_local --learned_depth --use_sem_seg --which_gpu 1 --sem_gpu_id 0 --sem_seg_gpu 0 --depth_gpu 1 --set_dn first_run --use_sem_policy --save_pictures"
I followed the upper direction and got a file in "results/leaderboard". But, when I check the length of the result, there is only 120.
I mean, to export results for the leaderboard, I need 1529 episode results. Please tell me how to get 1529 episode results.
"$ python main.py -n1 --max_episode_length 1000 --num_local_steps 25 --num_processes 2 --eval_split tests_unseen --from_idx 0 --to_idx 120 --x_display DISPLAY --max_fails 10 --debug_local --learned_depth --use_sem_seg --which_gpu 1 --sem_gpu_id 0 --sem_seg_gpu 0 --depth_gpu 1 --set_dn first_run --use_sem_policy --save_pictures"
I followed the upper direction and got a file in "results/leaderboard". But, when I check the length of the result, there is only 120.
I mean, to export results for the leaderboard, I need 1529 episode results. Please tell me how to get 1529 episode results.
You can change --to_idx from 120 to 1529
"$ python main.py -n1 --max_episode_length 1000 --num_local_steps 25 --num_processes 2 --eval_split tests_unseen --from_idx 0 --to_idx 120 --x_display DISPLAY --max_fails 10 --debug_local --learned_depth --use_sem_seg --which_gpu 1 --sem_gpu_id 0 --sem_seg_gpu 0 --depth_gpu 1 --set_dn first_run --use_sem_policy --save_pictures" I followed the upper direction and got a file in "results/leaderboard". But, when I check the length of the result, there is only 120. I mean, to export results for the leaderboard, I need 1529 episode results. Please tell me how to get 1529 episode results.
You can change --to_idx from 120 to 1529
Thank you so much.!! I tackled the problem thanks to you.
Now, I struggle with a new problem. I want to get the goal condition success(GC) from the result of the validation set, but, I do not know how to get it.
If you know, please tell me...
Hi,I want to ask how you solve it.Do you solve it by changing --to_idx from 120 to 1529 ?Because I also meet the problem.But I could not solve it.I will appreciate you if you can give me some advice .