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

fix model to save in ppov2 #1776

Merged
merged 6 commits into from
Aug 17, 2024
Merged

fix model to save in ppov2 #1776

merged 6 commits into from
Aug 17, 2024

Commits on Jun 26, 2024

  1. fix model to save in ppov2

    currently saving self.backup_model but this should be self.model
    self.backup_model is only a temp model used to store the policy and
    value function whereas self.model should have just the policy to save
    mnoukhov committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    4858912 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. simplified logic

    mnoukhov committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    54aa3c9 View commit details
    Browse the repository at this point in the history
  2. remove unused ordereddict

    mnoukhov committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    d15b66d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

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

    qgallouedec committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    ae20665 View commit details
    Browse the repository at this point in the history
  3. fix the fix

    qgallouedec committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    24204b7 View commit details
    Browse the repository at this point in the history