diff --git a/README.md b/README.md index c807e20..2a77984 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Conditional Adversarial Latent Models Code accompanying the paper: -"CALM: Conditional Adversarial Latent Models for Directable Virtual Characters" \ +"[CALM: Conditional Adversarial Latent Models for Directable Virtual Characters](https://research.nvidia.com/labs/par/calm/)" \ ![Skills](images/calm_teaser.jpg) @@ -131,4 +131,4 @@ python calm/run.py --test --task HumanoidViewMotion --num_envs 2 --cfg_env calm/ `--motion_file` can be used to visualize a single motion clip `.npy` or a motion dataset `.yaml`. -If you want to retarget new motion clips to the character, you can take a look at an example retargeting script in `calm/poselib/retarget_motion.py`. \ No newline at end of file +If you want to retarget new motion clips to the character, you can take a look at an example retargeting script in `calm/poselib/retarget_motion.py`.