Merged
Conversation
…ing capabilities - Introduced Ray-based parallel data loading in VLADataset and RayVLALoader. - Added DatasetConfig and SliceConfig dataclasses for configuration management. - Updated .gitignore to exclude high-frequency examples. - Added 'ray[data]' as a new dependency in pyproject.toml. - Enhanced dataset methods for better functionality and error handling.
- Introduced TimeManager class for comprehensive time management in trajectories, supporting multiple time units and monotonic timestamp enforcement. - Updated create_trajectory function to accept new parameters for base datetime, time unit, and monotonic enforcement. - Refactored timestamp handling in Trajectory class to utilize TimeManager for improved timestamp validation and management. - Removed the lerobot loader as part of codebase cleanup.
ray dataset and high frequency message support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary 📝
Write an overview about it.
Details
Describe more what you did on changes.
Bugfixes 🐛 (delete if dind't have any)
Checks