afonsosamarques commited on
Commit
159320d
·
1 Parent(s): b11dafc

Training in progress, step 3334

Browse files
Files changed (4) hide show
  1. .gitignore +1 -0
  2. config.json +84 -0
  3. pytorch_model.bin +3 -0
  4. training_args.bin +3 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "act_dim": 6,
3
+ "action_tanh": true,
4
+ "activation_function": "relu",
5
+ "adv_act_dim": 6,
6
+ "architectures": [
7
+ "MultipartARDT"
8
+ ],
9
+ "attn_pdrop": 0.1,
10
+ "bos_token_id": 50256,
11
+ "context_size": 20,
12
+ "embd_pdrop": 0.1,
13
+ "eos_token_id": 50256,
14
+ "flag": 0,
15
+ "hidden_size": 128,
16
+ "initializer_range": 0.02,
17
+ "lambda1": 0.1,
18
+ "lambda2": 1.0,
19
+ "layer_norm_epsilon": 1e-05,
20
+ "log_interval_steps": 100,
21
+ "max_ep_len": 999,
22
+ "max_ep_return": 3740.0963374899948,
23
+ "max_obs_len": 999,
24
+ "max_obs_return": 3740.0963374899948,
25
+ "min_ep_return": -71.98172901599999,
26
+ "min_obs_return": -71.98172901599999,
27
+ "model_type": "decision_transformer",
28
+ "n_head": 1,
29
+ "n_inner": null,
30
+ "n_layer": 3,
31
+ "n_positions": 1024,
32
+ "pr_act_dim": 6,
33
+ "reorder_and_upcast_attn": false,
34
+ "resid_pdrop": 0.1,
35
+ "returns_scale": 1000,
36
+ "rtg_shift": 71.98182901599999,
37
+ "scale_attn_by_inverse_layer_idx": false,
38
+ "scale_attn_weights": true,
39
+ "state_dim": 17,
40
+ "state_mean": [
41
+ 1.1719284392654397,
42
+ 0.17764721290084695,
43
+ -0.14995449824696497,
44
+ -0.08727385470785971,
45
+ 0.31630919444575517,
46
+ -0.22720107306232026,
47
+ -0.03947728240723893,
48
+ 0.30837476078167747,
49
+ 1.3642868703507185,
50
+ -0.07520836655623334,
51
+ 0.043131934576633585,
52
+ -0.13308258976887746,
53
+ -0.09897157807237528,
54
+ -0.4801113774320928,
55
+ -0.1116180635730419,
56
+ -0.16656028633780262,
57
+ -0.4765551835202478
58
+ ],
59
+ "state_std": [
60
+ 0.08541124739265665,
61
+ 0.31901245884804597,
62
+ 0.3084096735017044,
63
+ 0.30058594381109843,
64
+ 0.6333820386075686,
65
+ 0.3315371477102178,
66
+ 0.2954051457247617,
67
+ 0.6743448438050267,
68
+ 1.2037549328268575,
69
+ 0.5868357126970883,
70
+ 2.3937186446361602,
71
+ 2.747512204621997,
72
+ 2.610126744796588,
73
+ 5.098694913743443,
74
+ 2.827057773407968,
75
+ 2.0034316660180997,
76
+ 4.273236509760849
77
+ ],
78
+ "torch_dtype": "float32",
79
+ "total_train_steps": 10000,
80
+ "transformers_version": "4.31.0",
81
+ "use_cache": true,
82
+ "vocab_size": 1,
83
+ "warmup_steps": 1000
84
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20b3dbc5c497b9fddae1d209de34df9d07c40e448f3df2934d5b3554e81f513a
3
+ size 10397121
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e2e6de3a8dd7410c1c48a71ffc0d1906418c7d22bab8b620ea2154b1e77b6f0
3
+ size 4283