Bertsin commited on
Commit
e56ec2b
·
verified ·
1 Parent(s): ea448d6

Upload Classifier

Browse files
Files changed (2) hide show
  1. config.json +51 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "reward_classifier",
3
+ "n_obs_steps": 1,
4
+ "input_features": {
5
+ "observation.images.top": {
6
+ "type": "VISUAL",
7
+ "shape": [
8
+ 3,
9
+ 128,
10
+ 128
11
+ ]
12
+ },
13
+ "observation.state": {
14
+ "type": "STATE",
15
+ "shape": [
16
+ 18
17
+ ]
18
+ }
19
+ },
20
+ "output_features": {
21
+ "action": {
22
+ "type": "ACTION",
23
+ "shape": [
24
+ 4
25
+ ]
26
+ }
27
+ },
28
+ "device": "cuda",
29
+ "use_amp": false,
30
+ "push_to_hub": true,
31
+ "repo_id": null,
32
+ "private": null,
33
+ "tags": null,
34
+ "license": null,
35
+ "pretrained_path": null,
36
+ "name": "reward_classifier",
37
+ "num_classes": 2,
38
+ "hidden_dim": 256,
39
+ "latent_dim": 256,
40
+ "image_embedding_pooling_dim": 8,
41
+ "dropout_rate": 0.1,
42
+ "model_name": "microsoft/resnet-18",
43
+ "model_type": "cnn",
44
+ "num_cameras": 1,
45
+ "learning_rate": 0.0001,
46
+ "weight_decay": 0.01,
47
+ "grad_clip_norm": 1.0,
48
+ "normalization_mapping": {
49
+ "VISUAL": "MEAN_STD"
50
+ }
51
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:760e102686e9a5354729e4d839d3de037659286602d039220142f3124ec3d7ad
3
+ size 49506404