afonsosamarques commited on
Commit
2286b95
1 Parent(s): f383587

Training in progress, step 2000

Browse files
Files changed (4) hide show
  1. .gitignore +1 -0
  2. config.json +71 -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,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "act_dim": 3,
3
+ "action_tanh": true,
4
+ "activation_function": "relu",
5
+ "adv_act_dim": 3,
6
+ "architectures": [
7
+ "AdversarialDT"
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": false,
15
+ "hidden_size": 128,
16
+ "initializer_range": 0.02,
17
+ "lambda1": 1.0,
18
+ "lambda2": 1.0,
19
+ "layer_norm_epsilon": 1e-05,
20
+ "log_interval_steps": 100,
21
+ "max_ep_len": 999,
22
+ "max_ep_return": 3073,
23
+ "max_obs_len": 999,
24
+ "max_obs_return": 3073,
25
+ "min_ep_return": 0.59533596,
26
+ "min_obs_return": 0.59533596,
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": 3,
33
+ "reorder_and_upcast_attn": false,
34
+ "resid_pdrop": 0.1,
35
+ "returns_scale": 1000,
36
+ "scale_attn_by_inverse_layer_idx": false,
37
+ "scale_attn_weights": true,
38
+ "state_dim": 11,
39
+ "state_mean": [
40
+ 1.2484109448283487,
41
+ 0.02541937343443989,
42
+ -0.417574769829802,
43
+ -0.1535401766461714,
44
+ 0.12844594577746832,
45
+ 1.7648832092997122,
46
+ -0.14629294202424897,
47
+ 0.005822005615959526,
48
+ -0.3319174318352961,
49
+ -0.14299996508458745,
50
+ -0.5025578820838597
51
+ ],
52
+ "state_std": [
53
+ 0.14913521175340505,
54
+ 0.08197128929621504,
55
+ 0.2847277032366293,
56
+ 0.2506871380229607,
57
+ 0.5970928975497837,
58
+ 0.903718761191001,
59
+ 1.2132053487487453,
60
+ 0.9225378063227366,
61
+ 1.897097236674443,
62
+ 2.661700770003696,
63
+ 6.165093175492324
64
+ ],
65
+ "torch_dtype": "float32",
66
+ "total_train_steps": 10000,
67
+ "transformers_version": "4.29.2",
68
+ "use_cache": true,
69
+ "vocab_size": 1,
70
+ "warmup_steps": 1000
71
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ea5d50a4548d1ed40551befaa77cba9745c6a8e682902c70ff4a171eb4a1306
3
+ size 6609405
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1af9189e25632df158f2ac82e361fb4d9bc44679511ffa7d56f97ce4b911afe9
3
+ size 4664