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

SACD Discrete Soft Actor Critic #203

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Jul 31, 2023

  1. Added first version of SAC Discrete, which is running but not learning

    currently
    Paul Auerbach committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    a14ae69 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Fixed bugs in that lead to wrong results, currently only working with 2

    critics
    Paul Auerbach committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    875b8bc View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Reworked code to work whith more than 2 critic networks

    Paul Auerbach committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    7711813 View commit details
    Browse the repository at this point in the history
  2. Code style changes

    Paul Auerbach committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    4a37f58 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Prepared files for merge request (minor cleanup)

    Paul Auerbach committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    fca2c6d View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Added run test for SACD

    Paul Auerbach committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    610fd3d View commit details
    Browse the repository at this point in the history
  2. Added doc page for SACD

    Paul Auerbach committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    d97dbc7 View commit details
    Browse the repository at this point in the history
  3. Added save_load test for SACD

    Paul Auerbach committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    bc08ee9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e99b74 View commit details
    Browse the repository at this point in the history