Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I want to get the same score as you in leaderboard #16

Open
JinyeonKim opened this issue Jul 18, 2022 · 3 comments
Open

I want to get the same score as you in leaderboard #16

JinyeonKim opened this issue Jul 18, 2022 · 3 comments

Comments

@JinyeonKim
Copy link

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

@biubiuisacat
Copy link

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

@JinyeonKim
Copy link
Author

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

@1625368821
Copy link

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 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants