-
Notifications
You must be signed in to change notification settings - Fork 0
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
This repository cannot be launched even push task. #1
Comments
Hi @leader1313, thanks for your interest in the work. Actually that json file was not used for behavior cloning training, but for the fine-tuning in the second stage. I just updated it with a new config file called push_bc_easy.json; could you give that a try? You would still need to generate the boxes though. Originally we did not provide config for bc training, but you can find the pre-trained weights in the pretrain folder. |
Greet @allenzren; thank you for your kind response. Although you added JSON file, I still cannot launch your file. By the way, I am trying to implement a multi-modal imitation learning algorithm same as your multi-modal bc phase. As in your paper, you implement CVAE using LSTM for a pushing task; did you also try without the LSTM version? and is it critical for a time-series task (i.e., pushing, navigation)? |
@leader1313 You need to generate the boxes used in the pushing task. To do so, you can call In my work, I embed the whole sequence of trajectory into a single latent variable, and thus using a LSTM is a natural choice. It wouldn't make sense without LSTM, since then I would need to concatenate all images of the trajectory and then pass through the convolutional layers. Alternatively, you can skip frames and stack a few frames of the trajectories, and use convolutional layers without LSTM. That could still work I think. |
When I try to launch the push experiment by
python trainPush_bc.py push_pac_easy
, the following errors are detected:This issue may be caused by missing loss config information in the following JSON files:
PAC-Imitation/push_pac_easy.json
Could you update this the same as your manuscript?
The text was updated successfully, but these errors were encountered: