update model card
Browse files
README.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
pipeline_tag: reinforcement-learning
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
pipeline_tag: reinforcement-learning
|
| 4 |
+
datasets:
|
| 5 |
+
- cheryyunl/Make-An-Agent
|
| 6 |
---
|
| 7 |
|
| 8 |
+
Pretrained models for Make-An-Agent. See https://github.com/cheryyunl/Make-An-Agent for usage instructions.
|
| 9 |
+
|
| 10 |
+
`autoencoder.pt` and `behavior_embedding.pt` are trained with parameter data and trajectory data in `train_data/data.pt` of our dataset.
|
| 11 |
+
|
| 12 |
+
`model-best.pt` is the policy generator model trained by latent parameter representation data and behavior embedding data in `train_data/process_data.pt`
|