From 754944151c84f5697915d17264694d5ee1bf65d7 Mon Sep 17 00:00:00 2001 From: Thomas Wolf Date: Sat, 8 Jun 2024 12:15:56 +0200 Subject: [PATCH] Update README.md Co-authored-by: Remi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fec8b537..825b9667 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ dataset attributes: │ ├ episode_index: int64: index of the episode for this sample │ ├ frame_index: int64: index of the frame for this sample in the episode │ ├ timestamp: float32: timestamp in the episode - │ ├ next.done: bool: True for the last frame in each episode + │ ├ next.done: bool: indicates the end of en episode ; True for the last frame in each episode │ └ index: int64: general index in the whole dataset ├ episode_data_index: contain 2 tensors with the beginning and end indices of each episode │ ├ from: 1D int64 tensor of first frame index for each episode: shape (num episodes,) start with 0