Skip to content

Commit aa971a7

Browse files
authored
Fix broken link Dreamer (#853)
1 parent 8ee3325 commit aa971a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchrl/modules/models/model_based.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class DreamerActor(nn.Module):
2323
time step.
2424
It outputs the mean and the scale of the action distribution.
2525
26-
Reference: https://arxiv.org/abs/1912.016034
26+
Reference: https://arxiv.org/abs/1912.01603
2727
2828
Args:
2929
out_features (int): Number of output features.

0 commit comments

Comments
 (0)