asenppopov commited on
Commit
66ad39f
·
verified ·
1 Parent(s): cea91ba

Add model config

Browse files
Files changed (1) hide show
  1. config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "clip-rt",
3
+ "architecture": "CLIP-RT",
4
+ "task": "robotic_manipulation",
5
+ "training_dataset": "LIBERO-10",
6
+ "num_epochs": 90,
7
+ "action_dim": 7,
8
+ "image_size": [
9
+ 128,
10
+ 128
11
+ ],
12
+ "checkpoint_path": "checkpoints/libero_10_fixed_training_v1/epoch_90.pt"
13
+ }