Open gchhablani opened 5 months ago
We need to set train_encoder: True otherwise the high-level policy tries to load a checkpoint into *.visual_encoder which does not exist.
train_encoder: True
*.visual_encoder
We need to set
train_encoder: True
otherwise the high-level policy tries to load a checkpoint into*.visual_encoder
which does not exist.