From c40bc9fb75070cd64b861a852ba5385b3226595a Mon Sep 17 00:00:00 2001 From: Vaibhav <100083207+vaibhav-009@users.noreply.github.com> Date: Tue, 31 Oct 2023 19:31:50 +0530 Subject: [PATCH] [Docs] Update README.md (#1667) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e57ac16183..20fa59c04c1 100644 --- a/README.md +++ b/README.md @@ -369,7 +369,7 @@ And it is `functorch` and `torch.compile` compatible! tensordict = env.reset() assert tensordict.device == torch.device("cuda:0") ``` - Other transforms include: reward scaling (`RewardScaling`), shape operations (concatenation of tensors, unsqueezing etc.), contatenation of + Other transforms include: reward scaling (`RewardScaling`), shape operations (concatenation of tensors, unsqueezing etc.), concatenation of successive operations (`CatFrames`), resizing (`Resize`) and many more. Unlike other libraries, the transforms are stacked as a list (and not wrapped in each other), which makes it