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

feature(rjy): add HAPPO algorithm #717

Merged
merged 28 commits into from
Jan 11, 2024
Merged

Commits on Aug 30, 2023

  1. model(rjy): add vac model for HAPPO

    nighood committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    af96dc8 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. test(rjy): polish havac and add test

    nighood committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    a596c27 View commit details
    Browse the repository at this point in the history
  2. polish(rjy): fix conflict

    nighood committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    d282845 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. polish(rjy): add hidden_state for ac

    nighood committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    43bb9e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    b04ea13 View commit details
    Browse the repository at this point in the history
  2. feature(rjy): add happo forward_learn

    nighood committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    f5648d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Merge branch 'main' into rjy-happo-model

    nighood committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    42f4027 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. feature(rjy): modify the happo_data

    nighood committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    42faae6 View commit details
    Browse the repository at this point in the history
  2. test(rjy): add happo data test

    nighood committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    3319a55 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. feature(rjy): add HAPPO policy

    nighood committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    e3fdb80 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. feature(rjy): try to fit mu-mujoco

    nighood committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    8d4791d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. polish(rjy): Change code to adapt to mujoco

    nighood committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    850f831 View commit details
    Browse the repository at this point in the history
  2. fix(rjy): fix the distribution in ppo update

    nighood committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    8e281dc View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. fix(rjy): fix the happo+mujoco

    nighood committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    f828553 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. config(rjy): add walker+happo config

    nighood committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    70da407 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. polish(rjy): separate actors and critics

    nighood committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    23d1ddb View commit details
    Browse the repository at this point in the history
  2. polish(rjy): polish according to comments

    nighood committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    ca3daff View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. polish(rjy): fix the pipeline

    nighood committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    e7277b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Merge branch 'main' into rjy-happo-model

    nighood committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    910a8f4 View commit details
    Browse the repository at this point in the history
  2. polish(rjy): fix the style

    nighood committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    b03390b View commit details
    Browse the repository at this point in the history
  3. polish(rjy): polish according to comments

    nighood committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    d5ace8e View commit details
    Browse the repository at this point in the history
  4. polish(rjy): fix style

    nighood committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    78bffa7 View commit details
    Browse the repository at this point in the history
  5. polish(rjy): fix style

    nighood committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    84028d8 View commit details
    Browse the repository at this point in the history
  6. polish(rjy): fix style

    nighood committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    b6e7239 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. polish(rjy): seperate the happo model

    nighood committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    8fc9517 View commit details
    Browse the repository at this point in the history
  2. fix(rjy): fix happo model style

    nighood committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    48dcd94 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. polish(rjy): polish happo policy comments

    nighood committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    a1bf76f View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. polish(rjy): polish happo comments

    nighood committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    e7e9662 View commit details
    Browse the repository at this point in the history