nicklashansen commited on
Commit
9895c7c
1 Parent(s): 0d1dfdd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -12,11 +12,11 @@ pipeline_tag: reinforcement-learning
12
 
13
  Official release of TD-MPC2 model checkpoints for the paper
14
 
15
- [Scalable, Robust World Models for Continuous Control](https://www.tdmpc2.com) by
16
 
17
  [Nicklas Hansen](https://nicklashansen.github.io), [Hao Su](https://cseweb.ucsd.edu/~haosu)\*, [Xiaolong Wang](https://xiaolonw.github.io)\* (UC San Diego)
18
 
19
- **Quick links:** [[Website]](https://www.tdmpc2.com) [[Paper]](https://www.tdmpc2.com) [[Dataset]](https://www.tdmpc2.com/dataset)
20
 
21
 
22
  ## Model Details
@@ -33,7 +33,7 @@ We open-source a total of 324 TD-MPC2 model checkpoints, including 12 multi-task
33
  ### Model Sources
34
 
35
  - **Repository:** [https://github.com/nicklashansen/tdmpc2](https://github.com/nicklashansen/tdmpc2)
36
- - **Paper:** [https://www.tdmpc2.com](https://www.tdmpc2.com)
37
 
38
  ## Uses
39
 
@@ -78,12 +78,13 @@ If you find our work useful, please consider citing the paper as follows:
78
 
79
  **BibTeX:**
80
  ```
81
- @article{Hansen2023TDMPC2,
82
- title={TD-MPC2: Scalable, Robust World Models for Continuous Control},
83
- author={Nicklas Hansen and Hao Su and Xiaolong Wang},
84
- booktitle={arXiv preprint},
85
- url={https://nicklashansen.github.io/td-mpc2},
86
- year={2023}
 
87
  }
88
  ```
89
 
 
12
 
13
  Official release of TD-MPC2 model checkpoints for the paper
14
 
15
+ [Scalable, Robust World Models for Continuous Control](https://nicklashansen.github.io/td-mpc2) by
16
 
17
  [Nicklas Hansen](https://nicklashansen.github.io), [Hao Su](https://cseweb.ucsd.edu/~haosu)\*, [Xiaolong Wang](https://xiaolonw.github.io)\* (UC San Diego)
18
 
19
+ **Quick links:** [[Website]](https://nicklashansen.github.io/td-mpc2) [[Paper]](https://arxiv.org/abs/2310.16828) [[Dataset]](https://www.tdmpc2.com/dataset)
20
 
21
 
22
  ## Model Details
 
33
  ### Model Sources
34
 
35
  - **Repository:** [https://github.com/nicklashansen/tdmpc2](https://github.com/nicklashansen/tdmpc2)
36
+ - **Paper:** [https://www.tdmpc2.com](https://arxiv.org/abs/2310.16828)
37
 
38
  ## Uses
39
 
 
78
 
79
  **BibTeX:**
80
  ```
81
+ @misc{hansen2023tdmpc2,
82
+ title={TD-MPC2: Scalable, Robust World Models for Continuous Control},
83
+ author={Nicklas Hansen and Hao Su and Xiaolong Wang},
84
+ year={2023},
85
+ eprint={2310.16828},
86
+ archivePrefix={arXiv},
87
+ primaryClass={cs.LG}
88
  }
89
  ```
90