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(cy): add BDQ algorithm #558

Merged
merged 12 commits into from
Jan 3, 2023
Merged

feature(cy): add BDQ algorithm #558

merged 12 commits into from
Jan 3, 2023

Commits on Dec 15, 2022

  1. add BDQ algrithm

    Cloud-Pku committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    b9cee61 View commit details
    Browse the repository at this point in the history
  2. after run reformat

    Cloud-Pku committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    ebe403e View commit details
    Browse the repository at this point in the history
  3. update mujoco_env

    Cloud-Pku committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    a2f30c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. add unittest;

    extend n-step TD;
    polished;
    Cloud-Pku committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    da07a6a View commit details
    Browse the repository at this point in the history
  2. fix one error

    Cloud-Pku committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    506ec0a View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. fixed one error

    Cloud-Pku committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    e41b361 View commit details
    Browse the repository at this point in the history
  2. fixed one error

    Cloud-Pku committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    3b02f6f View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Configuration menu
    Copy the full SHA
    880ed8b View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. add test_bdq.py

    Cloud-Pku committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    75e93e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a31e0e1 View commit details
    Browse the repository at this point in the history
  3. add readme

    Cloud-Pku committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    1598f77 View commit details
    Browse the repository at this point in the history
  4. add pendulum_bdq test

    Cloud-Pku committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    7138bc4 View commit details
    Browse the repository at this point in the history