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

pymdp is doing too much itself as a package #158

Open
Arun-Niranjan opened this issue Oct 16, 2024 · 0 comments
Open

pymdp is doing too much itself as a package #158

Arun-Niranjan opened this issue Oct 16, 2024 · 0 comments

Comments

@Arun-Niranjan
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant