-
Notifications
You must be signed in to change notification settings - Fork 28
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
Comments
You can change --to_idx from 120 to 1529 |
Thank you so much.!! Now, I struggle with a new problem. 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 . |
"$ 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.
The text was updated successfully, but these errors were encountered: