Metadata-Version: 2.4
Name: lerobot_policy_act_ttt
Version: 0.1.0
Summary: Add your description here
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: lerobot>=0.4.2
Requires-Dist: torch>=2.7.1
Requires-Dist: torchvision>=0.22.1

# Test-time Training for Action Chunking Transformer

This repository uses [Test-time Training](https://yueatsprograms.github.io/ttt/home.html) to improve the performance of [Action Chunking Transfomers](https://huggingface.co/docs/lerobot/act).

The policy can be installed with `pip install lerobot_policy_act_ttt`. 

You need the latest git version of `lerobot` that has support for custom policies: https://huggingface.co/docs/lerobot/bring_your_own_policies.
