You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally we want to use pymdp in production, and have as streamlined a package as possible with as few dependencies as possible.
currently pydmp has dependencies on e.g. matplotlib, pillow and seaborn to be able to demonstrate the capabilities of agents. Whilst this is great for educational purposes, these are heavy deps and would often not be needed in production.
I would suggest moving code that requires the heavy stuff out into a separate repository under the inferactively project, e.g. inferactively/pymdp-demos which can then use inferactively/pymdp itself as a dependency
The text was updated successfully, but these errors were encountered:
Ideally we want to use pymdp in production, and have as streamlined a package as possible with as few dependencies as possible.
currently pydmp has dependencies on e.g. matplotlib, pillow and seaborn to be able to demonstrate the capabilities of agents. Whilst this is great for educational purposes, these are heavy deps and would often not be needed in production.
I would suggest moving code that requires the heavy stuff out into a separate repository under the inferactively project, e.g.
inferactively/pymdp-demos
which can then useinferactively/pymdp
itself as a dependencyThe text was updated successfully, but these errors were encountered: