Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Action Chunking with Transformers (ACT) to baselines #640

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Commits on Oct 20, 2024

  1. Create train.py

    ywchoi02 authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    43d027b View commit details
    Browse the repository at this point in the history
  2. Create train_rgb.py

    ywchoi02 authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    cc0cb60 View commit details
    Browse the repository at this point in the history
  3. Create evaluate.py

    ywchoi02 authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    e154fe3 View commit details
    Browse the repository at this point in the history
  4. Create make_env.py

    ywchoi02 authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    2e126e7 View commit details
    Browse the repository at this point in the history
  5. Create utils.py

    ywchoi02 authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    7abc4cb View commit details
    Browse the repository at this point in the history
  6. Create backbone.py

    ywchoi02 authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    f48fdc0 View commit details
    Browse the repository at this point in the history
  7. Create detr_vae.py

    ywchoi02 authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    aaae4b7 View commit details
    Browse the repository at this point in the history
  8. Create position_encoding.py

    ywchoi02 authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    07b5741 View commit details
    Browse the repository at this point in the history
  9. Create transformer.py

    ywchoi02 authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    1f89c29 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Update evaluate.py

    ywchoi02 authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    479841f View commit details
    Browse the repository at this point in the history
  2. Create README.md

    ywchoi02 authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    bdd1660 View commit details
    Browse the repository at this point in the history
  3. Changed to absolute import

    ywchoi02 authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    09d5411 View commit details
    Browse the repository at this point in the history
  4. Update absolute import

    ywchoi02 authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    622a36e View commit details
    Browse the repository at this point in the history
  5. change to absolute import

    ywchoi02 authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    4932d9b View commit details
    Browse the repository at this point in the history
  6. change to absolute import

    ywchoi02 authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    37eb2af View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. fix import

    ywchoi02 authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e5ebaa4 View commit details
    Browse the repository at this point in the history
  2. fix import

    ywchoi02 authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e5e0aeb View commit details
    Browse the repository at this point in the history
  3. fix import

    ywchoi02 authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    35979e9 View commit details
    Browse the repository at this point in the history
  4. Create setup.py

    ywchoi02 authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    04972f3 View commit details
    Browse the repository at this point in the history