From 8c299529a883e247e1cd4a1f29787cd7cc8b73d8 Mon Sep 17 00:00:00 2001 From: Nicklas Hansen Date: Wed, 24 Jan 2024 21:43:20 -0800 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ef1c601..687b73d 100755 --- a/README.md +++ b/README.md @@ -120,16 +120,23 @@ We recommend using default hyperparameters for single-task online RL, including ## Citation -If you find our work useful, please consider citing the paper as follows: +If you find our work useful, please consider citing our paper as follows: ``` -@misc{hansen2023tdmpc2, - title={TD-MPC2: Scalable, Robust World Models for Continuous Control}, - author={Nicklas Hansen and Hao Su and Xiaolong Wang}, - year={2023}, - eprint={2310.16828}, - archivePrefix={arXiv}, - primaryClass={cs.LG} +@inproceedings{hansen2024tdmpc2, + title={TD-MPC2: Scalable, Robust World Models for Continuous Control}, + author={Nicklas Hansen and Hao Su and Xiaolong Wang}, + booktitle={International Conference on Learning Representations (ICLR)}, + year={2024} +} +``` +as well as the original TD-MPC paper: +``` +@inproceedings{hansen2022tdmpc, + title={Temporal Difference Learning for Model Predictive Control}, + author={Nicklas Hansen and Xiaolong Wang and Hao Su}, + booktitle={International Conference on Machine Learning (ICML)}, + year={2022} } ```