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

[Algorithm] Update SAC Example #1524

Merged
merged 40 commits into from
Oct 3, 2023
Merged

[Algorithm] Update SAC Example #1524

merged 40 commits into from
Oct 3, 2023

Commits on Sep 12, 2023

  1. fix

    BY571 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    9045977 View commit details
    Browse the repository at this point in the history
  2. update optimizer

    BY571 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    7d42ba5 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. fix

    BY571 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    738c6df View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. add init alpha option

    BY571 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    e3e4ced View commit details
    Browse the repository at this point in the history
  2. logalpha fix

    BY571 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    2897340 View commit details
    Browse the repository at this point in the history
  3. naming fixes

    BY571 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f83c6e6 View commit details
    Browse the repository at this point in the history
  4. fix

    BY571 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    e58b9b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. update logging small fixes

    BY571 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    1956d80 View commit details
    Browse the repository at this point in the history
  2. add wd

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

Commits on Sep 17, 2023

  1. add eps

    BY571 committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    e56b46b View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. no eps

    BY571 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    220861a View commit details
    Browse the repository at this point in the history
  2. undetach q at actorloss

    BY571 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    0974772 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. tests

    BY571 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    ac54930 View commit details
    Browse the repository at this point in the history
  2. update test

    BY571 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    1cfc821 View commit details
    Browse the repository at this point in the history
  3. update test

    BY571 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    500bd5d View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    4b23446 View commit details
    Browse the repository at this point in the history
  2. update header

    BY571 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    567cd2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5a96af View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. fix max episode steps

    BY571 committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    ede6064 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. update objective

    BY571 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    b2a04e6 View commit details
    Browse the repository at this point in the history
  2. update objective

    BY571 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    1bf7382 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a04437d View commit details
    Browse the repository at this point in the history
  4. sep critic opti

    BY571 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    01d6e56 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. fixes

    BY571 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    522d061 View commit details
    Browse the repository at this point in the history
  2. fix

    BY571 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    67e47b6 View commit details
    Browse the repository at this point in the history
  3. logexp test

    BY571 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5af2d9a View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. frameskip weight decay

    BY571 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    7546aad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06c2e68 View commit details
    Browse the repository at this point in the history
  3. update config

    BY571 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    25cf664 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. undo stepcount

    BY571 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    9a7b0b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. merge main

    BY571 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    0c8a1c4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into sac_benchmark

    # Conflicts:
    #	.github/unittest/linux_examples/scripts/run_test.sh
    vmoens committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    0272f03 View commit details
    Browse the repository at this point in the history
  3. fix config

    BY571 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    f4f65a5 View commit details
    Browse the repository at this point in the history
  4. merge main

    BY571 committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    d0a6fab View commit details
    Browse the repository at this point in the history
  5. amend

    vmoens committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    b0a3799 View commit details
    Browse the repository at this point in the history
  6. amend

    vmoens committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    b758607 View commit details
    Browse the repository at this point in the history
  7. amend

    vmoens committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    f0482c7 View commit details
    Browse the repository at this point in the history
  8. amend

    vmoens committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    fbbc287 View commit details
    Browse the repository at this point in the history
  9. empty

    vmoens committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    b5673fb View commit details
    Browse the repository at this point in the history
  10. Merge branch 'main' into sac_benchmark

    # Conflicts:
    #	examples/ddpg/config.yaml
    #	examples/ddpg/utils.py
    #	examples/td3/config.yaml
    #	examples/td3/utils.py
    vmoens committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    727776e View commit details
    Browse the repository at this point in the history