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

[RLlib; new API stack by default] Switch on new API stack by default for SAC and DQN. #47217

Commits on Aug 20, 2024

  1. wip

    Signed-off-by: sven1977 <[email protected]>
    sven1977 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    1b97844 View commit details
    Browse the repository at this point in the history
  2. wip

    Signed-off-by: sven1977 <[email protected]>
    sven1977 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    4d2352b View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Merge branch 'master' of https://github.com/ray-project/ray into swit…

    …ch_on_new_api_stack_by_default_for_sac_and_dqn
    
    Signed-off-by: sven1977 <[email protected]>
    
    # Conflicts:
    #	rllib/algorithms/dqn/tests/test_dqn.py
    #	rllib/algorithms/ppo/tests/test_repro_ppo.py
    #	rllib/algorithms/sac/sac.py
    #	rllib/algorithms/sac/tests/test_rnnsac.py
    #	rllib/algorithms/sac/tests/test_sac.py
    sven1977 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    a14dd3e View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. fix

    Signed-off-by: sven1977 <[email protected]>
    sven1977 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    15ca1cb View commit details
    Browse the repository at this point in the history
  2. fix

    Signed-off-by: sven1977 <[email protected]>
    sven1977 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    706ec70 View commit details
    Browse the repository at this point in the history
  3. wip

    Signed-off-by: sven1977 <[email protected]>
    sven1977 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    e1fae2c View commit details
    Browse the repository at this point in the history
  4. wip

    Signed-off-by: sven1977 <[email protected]>
    sven1977 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    6f9d09f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Merge branch 'master' of https://github.com/ray-project/ray into swit…

    …ch_on_new_api_stack_by_default_for_sac_and_dqn
    sven1977 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a0fb060 View commit details
    Browse the repository at this point in the history
  2. fix

    Signed-off-by: sven1977 <[email protected]>
    sven1977 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9674b45 View commit details
    Browse the repository at this point in the history
  3. wip

    Signed-off-by: sven1977 <[email protected]>
    sven1977 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f4bbec2 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/ray-project/ray into swit…

    …ch_on_new_api_stack_by_default_for_sac_and_dqn
    sven1977 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6da95f3 View commit details
    Browse the repository at this point in the history
  5. wip

    Signed-off-by: sven1977 <[email protected]>
    sven1977 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    42d3dae View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. wip

    Signed-off-by: sven1977 <[email protected]>
    sven1977 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b4a9dfc View commit details
    Browse the repository at this point in the history
  2. wip

    Signed-off-by: sven1977 <[email protected]>
    sven1977 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    95d8bdc View commit details
    Browse the repository at this point in the history
  3. wip

    Signed-off-by: sven1977 <[email protected]>
    sven1977 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7488af8 View commit details
    Browse the repository at this point in the history
  4. wip

    Signed-off-by: sven1977 <[email protected]>
    sven1977 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b04e791 View commit details
    Browse the repository at this point in the history
  5. fix

    Signed-off-by: sven1977 <[email protected]>
    sven1977 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    87acd25 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. fix

    Signed-off-by: sven1977 <[email protected]>
    sven1977 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    50a43e6 View commit details
    Browse the repository at this point in the history
  2. fix

    Signed-off-by: sven1977 <[email protected]>
    sven1977 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    92e3152 View commit details
    Browse the repository at this point in the history
  3. fix

    Signed-off-by: sven1977 <[email protected]>
    sven1977 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e31eec6 View commit details
    Browse the repository at this point in the history
  4. wip

    Signed-off-by: sven1977 <[email protected]>
    sven1977 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4e71aa9 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/ray-project/ray into swit…

    …ch_on_new_api_stack_by_default_for_sac_and_dqn
    sven1977 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    dc0cffc View commit details
    Browse the repository at this point in the history
  6. merge

    Signed-off-by: sven1977 <[email protected]>
    sven1977 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7fa3b07 View commit details
    Browse the repository at this point in the history
  7. wip

    Signed-off-by: sven1977 <[email protected]>
    sven1977 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    168bf3d View commit details
    Browse the repository at this point in the history
  8. wip

    Signed-off-by: sven1977 <[email protected]>
    sven1977 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    9a2a963 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. wip

    Signed-off-by: sven1977 <[email protected]>
    sven1977 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e7d95ca View commit details
    Browse the repository at this point in the history
  2. fix

    Signed-off-by: sven1977 <[email protected]>
    sven1977 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    760cb13 View commit details
    Browse the repository at this point in the history
  3. fix

    Signed-off-by: sven1977 <[email protected]>
    sven1977 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c3f6e33 View commit details
    Browse the repository at this point in the history
  4. fix

    Signed-off-by: sven1977 <[email protected]>
    sven1977 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    236175a View commit details
    Browse the repository at this point in the history
  5. fix

    Signed-off-by: sven1977 <[email protected]>
    sven1977 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    4f4caf0 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of https://github.com/ray-project/ray into swit…

    …ch_on_new_api_stack_by_default_for_sac_and_dqn
    
    Signed-off-by: sven1977 <[email protected]>
    
    # Conflicts:
    #	doc/source/_includes/rllib/new_api_stack.rst
    sven1977 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6999d10 View commit details
    Browse the repository at this point in the history
  7. wip

    Signed-off-by: sven1977 <[email protected]>
    sven1977 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    689db33 View commit details
    Browse the repository at this point in the history