Skip to content

Commit e4cbf18

Browse files
committed
Update paper link.
PiperOrigin-RevId: 180623113
1 parent a8112e7 commit e4cbf18

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This package contains:
99

1010
- Libraries that provide Python bindings to the MuJoCo physics engine.
1111

12-
If you use this package, please cite our accompanying accompanying [tech report](tech_report.pdf).
12+
If you use this package, please cite our accompanying accompanying [tech report](https://arxiv.org/abs/1801.00690).
1313

1414
## Installation and requirements
1515

@@ -75,7 +75,7 @@ while not time_step.last():
7575
print(time_step.reward, time_step.discount, time_step.observation)
7676
```
7777

78-
See our [tech report](tech_report.pdf) for further details.
78+
See our [tech report](https://arxiv.org/abs/1801.00690) for further details.
7979

8080
## Illustration video
8181

dm_control/suite/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# DeepMind Control Suite.
22

33
This directory contains the domains and tasks described in the
4-
*DeepMind Control Suite* paper.
4+
[DeepMind Control Suite tech report](https://arxiv.org/abs/1801.00690).

0 commit comments

Comments
 (0)