FangchenLiu/MaskDP_public

Question about running your codes

Closed this issue · 1 comments

Hi, thanks for sharing your codes. I'm wondering how to run MaskDP from scratch for offline RL as plotted in Figure 8 of your paper https://arxiv.org/pdf/2211.12740.pdf. Could you please provide corresponding shell script or command?

check

if path is not None:
self.actor.mdp.load_state_dict(payload['model'])
self.critic.mdp.load_state_dict(payload['model'])
where path is not provided, the model weights will be randomly initialized.