-
Notifications
You must be signed in to change notification settings - Fork 21
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
Issue on the dimension of weight when training highlevel planner #11
Comments
Sorry,I have to rectify my statement.Error disappeared after I converted the script in demo_mp4.py like this: |
|
Hi,the problem is due to the |
Hi,what a brilliant work of mimicplay!
In fact,when implementing training lowlevel controller with my real-world playdata,aftering training my highlevel human playdata, error occured like this:
However,error disappeared after I converted the script in demo_mp4.py like this:
all_hand_loc = np.concatenate((hand_loc_1[:, :, -2:], hand_loc[:, :, -2:]), axis=2)
,setting
ac_dim=30
in the highlevel_human.json and finally retraining highlevel planner and lowlevel controller.Also,it seems no use settingac_dim=40
in the lowlevel.json to train lowlevel controller successfully without changingall_hand_loc
in demo_mp4.py.The text was updated successfully, but these errors were encountered: