h2r / pomdp-py

A framework to build and solve POMDP problems. Documentation: https://h2r.github.io/pomdp-py/
MIT License
209 stars 49 forks source link

Add macOS build #50

Closed jiuguangw closed 7 months ago

jiuguangw commented 7 months ago

This PR adds a macOS CI build.

The current Ubuntu build is not particularly meaningful because it does not install external dependencies and skips several tests. I addressed this by:

Right now all 7 unit tests pass under macOS. I believe these are important features to facilitate future contributions to pomdp-py.

zkytony commented 7 months ago

Thank you so much! Agree - auto-setup of external solvers should be on the todo list.