hierarchical-decision-transformer
Browse files- README.md +1 -1
- config.json +2 -2
- model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -38,7 +38,7 @@ The following hyperparameters were used during training:
|
|
| 38 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 39 |
- lr_scheduler_type: linear
|
| 40 |
- lr_scheduler_warmup_ratio: 0.1
|
| 41 |
-
- num_epochs:
|
| 42 |
|
| 43 |
### Training results
|
| 44 |
|
|
|
|
| 38 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 39 |
- lr_scheduler_type: linear
|
| 40 |
- lr_scheduler_warmup_ratio: 0.1
|
| 41 |
+
- num_epochs: 100
|
| 42 |
|
| 43 |
### Training results
|
| 44 |
|
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"act_dim":
|
| 3 |
"action_tanh": true,
|
| 4 |
"activation_function": "relu",
|
| 5 |
"architectures": [
|
|
@@ -24,7 +24,7 @@
|
|
| 24 |
"resid_pdrop": 0.1,
|
| 25 |
"scale_attn_by_inverse_layer_idx": false,
|
| 26 |
"scale_attn_weights": true,
|
| 27 |
-
"state_dim":
|
| 28 |
"torch_dtype": "float32",
|
| 29 |
"transformers_version": "4.46.2",
|
| 30 |
"use_cache": true,
|
|
|
|
| 1 |
{
|
| 2 |
+
"act_dim": 3,
|
| 3 |
"action_tanh": true,
|
| 4 |
"activation_function": "relu",
|
| 5 |
"architectures": [
|
|
|
|
| 24 |
"resid_pdrop": 0.1,
|
| 25 |
"scale_attn_by_inverse_layer_idx": false,
|
| 26 |
"scale_attn_weights": true,
|
| 27 |
+
"state_dim": 11,
|
| 28 |
"torch_dtype": "float32",
|
| 29 |
"transformers_version": "4.46.2",
|
| 30 |
"use_cache": true,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19cfbea8ea33df6b0617a21144ffca3eaa1feb950d53c58f0ea1651cb432e17c
|
| 3 |
+
size 5036908
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66fce4f66a8b2f180f8e95d5c632051c2332fd526f2cd268dac8ceec5b411f52
|
| 3 |
size 5240
|