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

Could not find json file to retraining train.agent file #7

Open
kimsekeun opened this issue Aug 26, 2022 · 2 comments
Open

Could not find json file to retraining train.agent file #7

kimsekeun opened this issue Aug 26, 2022 · 2 comments

Comments

@kimsekeun
Copy link

could you upload json param file?

@ac-93
Copy link
Owner

ac-93 commented Aug 30, 2022

What is it you're trying to do specifically? The json param should be in the pretrained agents that are uploaded here. @yijionglin I think this is related to the retraining stuff that you added?

@yijionglin
Copy link
Contributor

yijionglin commented Aug 30, 2022

Hi @kimsekeun , Alex @ac-93 ,

I think the problem is about the directory.

Could you have another try on:
python train_agent.py --if_retrain=True --retrain_path=~/saved_models/env_name/algo_name_rb_ts_type/obs_type

For example, if you are trying to retrain a model for edge following using MG400 and DIGIT, and use the tactile feedback with ppo (with data augmentation), you can try:

python train_agent.py --if_retrain=True --retrain_path=~/rl_models/edge_follow-v0/rad_ppo_mg400_digit/s1_tactile

As mentioned by Alex, you can download the model from here.

Thanks for the feedback and we would update the README file soon on this bit. Let me know if you still encounter any problems.

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