FILM icon indicating copy to clipboard operation
FILM copied to clipboard

I want to get the same score as you in leaderboard

Open JinyeonKim opened this issue 2 years ago • 3 comments

"$ 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.

JinyeonKim avatar Jul 18 '22 04:07 JinyeonKim

"$ 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

biubiuisacat avatar Jul 23 '22 02:07 biubiuisacat

"$ 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...

JinyeonKim avatar Aug 02 '22 13:08 JinyeonKim

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 .

1625368821 avatar Nov 08 '22 06:11 1625368821