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

Adding support to PPO for continuous actions spaces #103

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Oct 29, 2024

  1. Adding support back for PPO in continuous actions space using new buf…

    …fers and data classes
    
    - Rollback PPO changes and sync up with latest round of changes
    - Updated PPO to use the PPOReplayBuffer, PPOTransition, and PPO TransitionBatch
    - Update Lunar Lander Tutorial with BasicReplayBuffer and PPOReplayBuffer
    - Update Tutorials to use new replay buffer
    kuds committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    e0e9a68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fa4243 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

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

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    d67fe15 View commit details
    Browse the repository at this point in the history
  2. Fixing import statements for unit tests

    Updated Unit Test to reference new location of important class and breaking PPO into 2 separate files with a new base class
    kuds committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    4dadc5f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

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