AI-Planning / macq

Library for action model acquisition from state trace data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Limit remote solver calls in CI/CD

haz opened this issue · comments

Current working theory is that we have frequent failed CI/CD testing calls that may be a result of the online solver cool-off period. This will happen if we request plans simultaneously (overwhelming the server). Either testing on fewer Python versions, or limiting the remote server call testing, would be a possibility.