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

add tianshou-like JAX+PPO+Mujoco #355

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from
Draft

Commits on Jan 31, 2023

  1. fix pre-commit

    quangr committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    f433510 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dc07c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77fc381 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. rename file

    quangr committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    e811595 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    371c8dd View commit details
    Browse the repository at this point in the history
  3. follow log convention

    quangr committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    1edb326 View commit details
    Browse the repository at this point in the history
  4. change eps to 1e-5

    quangr committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    c6d5dd0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ff5fca View commit details
    Browse the repository at this point in the history
  6. init actor last layer with 0

    quangr committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    1a4fd2e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ad95f4 View commit details
    Browse the repository at this point in the history
  8. fix the way calculate mask

    quangr committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    c79d66f View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. add close for clean exit

    quangr committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    ceb08d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. rewrite documentation

    quangr committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    51c3703 View commit details
    Browse the repository at this point in the history
  2. add benchmark

    quangr committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    ece1930 View commit details
    Browse the repository at this point in the history