Skip to content

Commit

Permalink
disabling critic reset by default for zero-shot policies not trained …
Browse files Browse the repository at this point in the history
…with RL
  • Loading branch information
naokiyokoyamabd committed Aug 2, 2023
1 parent 2914274 commit 3c37d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/experiments/llm_objectnav_hm3d.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ habitat_baselines:
# Whether or not the visual encoder backbone will be trained.
train_encoder: True
# Whether or not to reset the critic linear layer
reset_critic: True
reset_critic: False

# Model parameters
backbone: resnet50
Expand Down

0 comments on commit 3c37d0e

Please sign in to comment.