Reinforcement Learning
File size: 928 Bytes
b86966d
 
 
e0e9fd9
 
b86966d
 
e0e9fd9
 
 
 
385ce88
 
 
 
 
9945102
3db46da
9945102
385ce88
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
license: apache-2.0
pipeline_tag: reinforcement-learning
datasets:
- cheryyunl/Make-An-Agent
---

Pretrained models for Make-An-Agent. See https://github.com/cheryyunl/Make-An-Agent for usage instructions.

`autoencoder.pt` and `behavior_embedding.pt` are trained with parameter data and trajectory data in `train_data/data.pt` of our dataset.

`model-best.pt` is the policy generator model trained by latent parameter representation data and behavior embedding data in `train_data/process_data.pt`

## 📝 Citation

If you find our model or dataset useful, please consider citing as follows:

Cite arxiv.org/abs/2407.10973


```
@article{liang2024make,
title={Make-An-Agent: A Generalizable Policy Network Generator with Behavior-Prompted Diffusion},
author={Liang, Yongyuan and Xu, Tingqiang and Hu, Kaizhe and Jiang, Guangqi and Huang, Furong and Xu, Huazhe},
journal={arXiv preprint arXiv:2407.10973},
year={2024}
}
```