Update README.md
Browse files
README.md
CHANGED
@@ -2,21 +2,26 @@
|
|
2 |
library_name: transformers
|
3 |
tags:
|
4 |
- generated_from_trainer
|
|
|
5 |
model-index:
|
6 |
-
- name:
|
7 |
results: []
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
should probably proofread and complete it, then remove this comment. -->
|
12 |
|
13 |
-
#
|
14 |
|
15 |
-
This model is a fine-tuned version of [](https://huggingface.co/) on
|
16 |
|
17 |
## Model description
|
18 |
|
19 |
-
|
20 |
|
21 |
## Intended uses & limitations
|
22 |
|
@@ -49,4 +54,4 @@ The following hyperparameters were used during training:
|
|
49 |
- Transformers 4.44.2
|
50 |
- Pytorch 2.4.1+cu121
|
51 |
- Datasets 3.0.1
|
52 |
-
- Tokenizers 0.19.1
|
|
|
2 |
library_name: transformers
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
- decision_transformer
|
6 |
model-index:
|
7 |
+
- name: decision_transformer_gym_hopper
|
8 |
results: []
|
9 |
+
datasets:
|
10 |
+
- edbeeching/decision_transformer_gym_replay
|
11 |
+
base_model:
|
12 |
+
- edbeeching/decision-transformer-gym-hopper-medium
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
+
# decision_transformer_gym_hopper
|
19 |
|
20 |
+
This model is a fine-tuned version of [](https://huggingface.co/) on edbeeching/decision_transformer_gym_replay.
|
21 |
|
22 |
## Model description
|
23 |
|
24 |
+
Decision Transformer training on gym hoppers (RL dataset).
|
25 |
|
26 |
## Intended uses & limitations
|
27 |
|
|
|
54 |
- Transformers 4.44.2
|
55 |
- Pytorch 2.4.1+cu121
|
56 |
- Datasets 3.0.1
|
57 |
+
- Tokenizers 0.19.1
|