Commit
·
47007f2
1
Parent(s):
b407435
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,31 +1,21 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
datasets:
|
| 5 |
- decision_transformer_gym_replay
|
| 6 |
-
model-index:
|
| 7 |
-
- name: decision-transformers-walker2d-expert
|
| 8 |
-
results: []
|
| 9 |
---
|
| 10 |
|
| 11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 12 |
should probably proofread and complete it, then remove this comment. -->
|
| 13 |
|
| 14 |
-
#
|
| 15 |
-
|
| 16 |
-
This model is a fine-tuned version of [](https://huggingface.co/) on the decision_transformer_gym_replay dataset.
|
| 17 |
-
|
| 18 |
-
## Model description
|
| 19 |
-
|
| 20 |
-
More information needed
|
| 21 |
-
|
| 22 |
-
## Intended uses & limitations
|
| 23 |
-
|
| 24 |
-
More information needed
|
| 25 |
-
|
| 26 |
-
## Training and evaluation data
|
| 27 |
-
|
| 28 |
-
More information needed
|
| 29 |
|
| 30 |
## Training procedure
|
| 31 |
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- generated_from_trainer
|
| 4 |
+
- deep-reinforcement-learning
|
| 5 |
+
- reinforcement-learning
|
| 6 |
+
- decision-transformer
|
| 7 |
+
- gym-continous-control
|
| 8 |
+
|
| 9 |
+
pipeline_tag: reinforcement-learning
|
| 10 |
datasets:
|
| 11 |
- decision_transformer_gym_replay
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 15 |
should probably proofread and complete it, then remove this comment. -->
|
| 16 |
|
| 17 |
+
# Decision Transformer model trained on expert trajectories sampled from the Gym Walker2d environment
|
| 18 |
+
This is a trained [Decision Transformer](https://arxiv.org/abs/2106.01345) model trained from scratch on expert trajectories sampled from the Gym Walker2d environment based on the modified version of the example [training script](https://github.com/huggingface/blog/blob/main/notebooks/101_train-decision-transformers.ipynb) provided by HuggingFace
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
## Training procedure
|
| 21 |
|