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

Proposed fixes to control.py and utils.py #56

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Proposed fixes to control.py and utils.py #56

wants to merge 5 commits into from

Commits on Dec 15, 2021

  1. Two proposed fixes: 1) control.py's action_marginals should sum only …

    …over the first time step, 2) utils.py's sample(probabilities) throws an error with the argument squeezed
    Steve Petersen committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    4d6b2ec View commit details
    Browse the repository at this point in the history
  2. Two proposed small fixes to control.py and utils.py: action_marginals…

    … should only sum over time 0, and sample(probabilities) throws an error when squeezed
    conorheins authored and Steve Petersen committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    95d4f03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4bd691 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/spetey/pymdp

    Steve Petersen committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    615e676 View commit details
    Browse the repository at this point in the history
  5. Proposed fixes to control.py and utils.py: action_marginals should on…

    …ly sum over time 0, and squeezing sample(probabilities) throws an error
    Steve Petersen committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    d4b9cff View commit details
    Browse the repository at this point in the history