Update configs.yaml
Browse files- configs.yaml +2 -2
configs.yaml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
|
2 |
mlp_dim: 1024
|
3 |
-
model_path:
|
4 |
ViT: !munch.Munch
|
5 |
dropout: 0.1
|
6 |
feature_dim: 1024
|
|
|
1 |
+
Reward: !munch.Munch
|
2 |
mlp_dim: 1024
|
3 |
+
model_path: ./prefpaintReward.pt
|
4 |
ViT: !munch.Munch
|
5 |
dropout: 0.1
|
6 |
feature_dim: 1024
|