Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit dc36de7

Browse files
authored
Merge pull request #59 from facebookresearch/v0.1
Rename PassthroughRescaler to IdentityRescaler
2 parents b312b08 + 7cbc7c5 commit dc36de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rlmeta/core/rescalers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def recover(self, x: torch.Tensor) -> torch.Tensor:
3131
"""
3232

3333

34-
class PassthroughRescaler(Rescaler):
34+
class IdentityRescaler(Rescaler):
3535

3636
def rescale(self, x: torch.Tensor) -> torch.Tensor:
3737
return x

0 commit comments

Comments
 (0)