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

No file Named 'label_gen_new.py" #6

Closed
isabella4444x opened this issue Mar 15, 2024 · 3 comments
Closed

No file Named 'label_gen_new.py" #6

isabella4444x opened this issue Mar 15, 2024 · 3 comments

Comments

@isabella4444x
Copy link

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!

@zdchan
Copy link
Owner

zdchan commented Mar 15, 2024

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,
Hui

@isabella4444x
Copy link
Author

Hi Hui,
Thanks for your reply!But something else made me confused .

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" .
So how can I get the "pos_bias.txt" and "angle_bias.txt" or the data pos_bias and angle_bias?

Looking forward to your reply!

@zdchan
Copy link
Owner

zdchan commented Mar 16, 2024

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,
Hui

@zdchan zdchan closed this as completed Mar 20, 2024
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

2 participants