nicklashansen commited on
Commit
c126c45
1 Parent(s): 545d3b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -47,7 +47,7 @@ Model checkpoints can be loaded using the [official implementation](https://gith
47
 
48
  We do not expect our model checkpoints to generalize to new (unseen) tasks as is. Such model usage will most likely require some amount of fine-tuning on target task data.
49
 
50
- ## How to Get Started with the Model
51
 
52
  Refer to the [official implementation](https://github.com/nicklashansen/tdmpc2) for installation instructions and example usage.
53
 
@@ -81,8 +81,8 @@ If you find our work useful, please consider citing the paper as follows:
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},
85
- url={https://www.tdmpc2.com},
86
  year={2023}
87
  }
88
  ```
 
47
 
48
  We do not expect our model checkpoints to generalize to new (unseen) tasks as is. Such model usage will most likely require some amount of fine-tuning on target task data.
49
 
50
+ ## How to Get Started with the Models
51
 
52
  Refer to the [official implementation](https://github.com/nicklashansen/tdmpc2) for installation instructions and example usage.
53
 
 
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
  ```