-
Notifications
You must be signed in to change notification settings - Fork 103
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
v1.0.0 alpha #154
base: master
Are you sure you want to change the base?
v1.0.0 alpha #154
Conversation
move task.py to jax/envs/env.py
Feature/pyproject toml
…sambiguate hidden states in the past
First past of implementation for named distribution for easy manipulation and inspection of discrete conditional probability distributions.
@conorheins fantastic to see a potential v1 of pymdp! at 97 files and 21k lines touched, I'd suggest breaking this up into sub PRs that get merged into main. Then you can pull main into this branch and then this PR will slowly get smaller over time. My general process for this is:
I'm not sure what verses have as PR guidelines, but I tend to find sub 200 lines (including tests) get the best quality reviews, but if that results in 100 PRs then relaxing this might be better 😅 |
Also I'm happy to help with reviewing if you upgrade my contributor status to allow me to do so 😄 |
flatten pB action dims for parameter learning with multi actions
Loosen Python Version Requirement to 3.10 & Add setup.cfg for Jetson Compatibility
Tmaze a b learning
Hi @Arun-Niranjan -- sorry for the delayed reply to this. Totally agree, we should / will split this into smaller PRs with smaller bits of code, before we merge. We just used this draft PR as a hacky way to see if the CI tests would pass. |
Fix inference methods comparison notebook
Draft PR to see how hard/easy merging in the v1.0.0 alpha changes would be at this stage