From 562f09451e23d4a2cb080d2e47a636853d62d27c Mon Sep 17 00:00:00 2001 From: Thomas Wolf Date: Sat, 8 Jun 2024 12:16:17 +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 825b9667e..adc7d2181 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ dataset attributes: │ ... (more observations) │ ├ action: List of float32 │ ├ episode_index: int64: index of the episode for this sample - │ ├ frame_index: int64: index of the frame for this sample in the episode + │ ├ frame_index: int64: index of the frame for this sample in the episode ; starts at 0 for each episode │ ├ timestamp: float32: timestamp in the 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