ShaswatRobotics commited on
Commit
e487d0d
·
verified ·
1 Parent(s): 3c9fa98

Update ant/pwm_torch_seperate/config.json

Browse files
Files changed (1) hide show
  1. ant/pwm_torch_seperate/config.json +3 -0
ant/pwm_torch_seperate/config.json CHANGED
@@ -14,6 +14,7 @@
14
  "source": {
15
  "class_path": "random_torch.py",
16
  "class_name": "Encoder",
 
17
  "weights_path": "encoder.pth"
18
  },
19
  "signature": {
@@ -27,6 +28,7 @@
27
  "source": {
28
  "class_path": "random_torch.py",
29
  "class_name": "TransitionModel",
 
30
  "weights_path": "transition.pth"
31
  },
32
  "signature": {
@@ -40,6 +42,7 @@
40
  "source": {
41
  "class_path": "random_torch.py",
42
  "class_name": "RewardModel",
 
43
  "weights_path": "reward.pth"
44
  },
45
  "signature": {
 
14
  "source": {
15
  "class_path": "random_torch.py",
16
  "class_name": "Encoder",
17
+ "class_args": [105, 512, 256],
18
  "weights_path": "encoder.pth"
19
  },
20
  "signature": {
 
28
  "source": {
29
  "class_path": "random_torch.py",
30
  "class_name": "TransitionModel",
31
+ "class_args": [512, 8, 256],
32
  "weights_path": "transition.pth"
33
  },
34
  "signature": {
 
42
  "source": {
43
  "class_path": "random_torch.py",
44
  "class_name": "RewardModel",
45
+ "class_args": [512, 8, 256],
46
  "weights_path": "reward.pth"
47
  },
48
  "signature": {