Skip to content

Commit 09fce3a

Browse files
authored
Merge pull request #43 from NVIDIA/fix-readme-transform-cmd
oneliner fix readme none transform dataset
2 parents 39f25c8 + 19245ae commit 09fce3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ transforms = data_config.transform()
116116
dataset = LeRobotSingleDataset(
117117
dataset_path="demo_data/robot_sim.PickNPlace",
118118
modality_configs=modality_config,
119-
transforms=[], # we can choose to not apply any transforms
119+
transforms=None, # we can choose to not apply any transforms
120120
embodiment_tag=EmbodimentTag.GR1, # the embodiment to use
121121
)
122122

@@ -267,4 +267,4 @@ For more details, see [CONTRIBUTING.md](CONTRIBUTING.md)
267267
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
268268
# See the License for the specific language governing permissions and
269269
# limitations under the License.
270-
```
270+
```

0 commit comments

Comments
 (0)