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

Dont recompute masks #163

Merged
merged 23 commits into from
Feb 27, 2024
Merged

Dont recompute masks #163

merged 23 commits into from
Feb 27, 2024

Commits on Feb 20, 2024

  1. added ising example

    josephdviviano committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    6811a82 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    89027dd View commit details
    Browse the repository at this point in the history
  2. added notes for bug

    josephdviviano committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    2afb00e View commit details
    Browse the repository at this point in the history
  3. NOT WORKING: this commit contains trajectories_states_b which is the …

    …proposed new method for stacking a list of states into a trajectory, but as the assert statements show, the tensor is correct, but the forward_masks are not
    josephdviviano committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    be2fee1 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    7b536a2 View commit details
    Browse the repository at this point in the history
  2. stack_states now ignores masks for non-discrete states, and fixed bug…

    … in mask updating behaviour to prevent accumulation of errors.
    josephdviviano committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    77e7e1b View commit details
    Browse the repository at this point in the history
  3. black

    josephdviviano committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    4e364d3 View commit details
    Browse the repository at this point in the history
  4. isort

    josephdviviano committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    26dda4b View commit details
    Browse the repository at this point in the history
  5. removed comment

    josephdviviano committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    1a6e768 View commit details
    Browse the repository at this point in the history
  6. black

    josephdviviano committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    45d9893 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e72273 View commit details
    Browse the repository at this point in the history
  8. typo

    josephdviviano committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    c8cf89c View commit details
    Browse the repository at this point in the history
  9. black

    josephdviviano committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    687136c View commit details
    Browse the repository at this point in the history
  10. black upgrade

    josephdviviano committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    1846da1 View commit details
    Browse the repository at this point in the history
  11. upgrade black

    josephdviviano committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    552e010 View commit details
    Browse the repository at this point in the history
  12. black

    josephdviviano committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    21b845d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6e2daee View commit details
    Browse the repository at this point in the history
  14. black upgrade

    josephdviviano committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    1a54615 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6aa1659 View commit details
    Browse the repository at this point in the history
  16. extended excludes

    josephdviviano committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    f1a5c7f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ccfa959 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1a5ad2c View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Merge pull request #165 from GFNOrg/step_type_checking

    checks whether user-defined env.step method returns the expected type
    saleml authored Feb 25, 2024
    Configuration menu
    Copy the full SHA
    7996b37 View commit details
    Browse the repository at this point in the history