You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am reading your excellent code.
I found a small bug that failing to load the imitation model.
I suggest replacing model.load_state_dict_rl(torch.load(il_weight_file)) with policy.load_state_dict_rl(torch.load(il_weight_file)) in line 138 in train.py.
Thanks!
The text was updated successfully, but these errors were encountered:
I am reading your excellent code.
I found a small bug that failing to load the imitation model.
I suggest replacing model.load_state_dict_rl(torch.load(il_weight_file)) with policy.load_state_dict_rl(torch.load(il_weight_file)) in line 138 in train.py.
Thanks!
The text was updated successfully, but these errors were encountered: