lerobot/tests
Radek Osmulski e7abcc2ffd add EpisodeAwareSampler
EpisodeAwareSampler allows the dropping of first n or last n frames
from each episode.

Additionally, you can select which episodes to run on by passig in
their ids (complements functionality of the hf dataset slice syntax
to give extra flexibility to the user).

* modify train.py and diffusion.yaml to leverage new functionality
  and train on pusht with last 7 steps per episode dropped
* add unit tests
2024-05-30 07:36:58 +10:00
..
data Fix aloha real-world datasets (#175) 2024-05-20 13:48:09 +02:00
scripts Fix aloha real-world datasets (#175) 2024-05-20 13:48:09 +02:00
__init__.py Rename test -> tests 2024-02-25 10:51:07 +00:00
conftest.py Add copyrights (#157) 2024-05-15 12:13:09 +02:00
test_available.py Add copyrights (#157) 2024-05-15 12:13:09 +02:00
test_datasets.py Add copyrights (#157) 2024-05-15 12:13:09 +02:00
test_envs.py Add copyrights (#157) 2024-05-15 12:13:09 +02:00
test_examples.py Add tutorials for using the training script and (#196) 2024-05-21 16:47:49 +01:00
test_policies.py Fix aloha real-world datasets (#175) 2024-05-20 13:48:09 +02:00
test_sampler.py add EpisodeAwareSampler 2024-05-30 07:36:58 +10:00
test_utils.py Add resume training (#205) 2024-05-28 12:04:23 +01:00
test_visualize_dataset.py Add copyrights (#157) 2024-05-15 12:13:09 +02:00
utils.py Add copyrights (#157) 2024-05-15 12:13:09 +02:00