-
Notifications
You must be signed in to change notification settings - Fork 3
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
No file Named 'label_gen_new.py" #6
Comments
Hi Jinxian, Thanks for pointing this out and yeah it's a typo. This line aims to back up the related code and label_gen_new was a previous version. I forgot to change this line to back up. You can just change it to label_gen_final. I will also update the code. Thanks! Best, |
Hi Hui, When I went through the process of evaluation, I met the problem that files "pos_bias.txt" and "angle_bias.txt" missing which should be in the director named "data_all" . Looking forward to your reply! |
Hi Jinxian, pos_bias and angle_bias and just randomly sampled targets for evaluation. You can find the way to generate them here. I just saved the sampled bias as .txt files for a fair comparison. You can generate your own bias, or I can also share you mine if you need. Best, |
Hello,
In the "raisimGymTorch/raisimGymTorch/env/envs/left_fixed/runner.py",line 180
"saver = ConfigurationSaver(log_dir=exp_path + "/raisimGymTorch/" + args.storedir + "/" + task_name,
save_items=[task_path + "/cfgs/" + args.cfg, task_path + "/Environment.hpp",
task_path + "/runner.py", task_path + "/../../../helper/label_gen_new.py"], test_dir=test_dir)"
but there is no file named "label_gen_new.py " while there is only a "label_gen_final.py" which appears in the same place of the ruuner.py of right hand's trainning
Is this a typing error?Or where is the"label_gen_new.py"?
Looking forward to your reply!
The text was updated successfully, but these errors were encountered: