Merge branch 'main' of github.com:nicklashansen/tdmpc2 into main

This commit is contained in:
Nicklas Hansen
2024-02-02 15:56:56 -08:00

View File

@@ -120,16 +120,23 @@ We recommend using default hyperparameters for single-task online RL, including
## Citation ## 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, @inproceedings{hansen2024tdmpc2,
title={TD-MPC2: Scalable, Robust World Models for Continuous Control}, title={TD-MPC2: Scalable, Robust World Models for Continuous Control},
author={Nicklas Hansen and Hao Su and Xiaolong Wang}, author={Nicklas Hansen and Hao Su and Xiaolong Wang},
year={2023}, booktitle={International Conference on Learning Representations (ICLR)},
eprint={2310.16828}, year={2024}
archivePrefix={arXiv}, }
primaryClass={cs.LG} ```
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}
} }
``` ```