neo-alex

Results 6 issues of neo-alex

**Proposed changes**: - Add async caching to MultiProjectImporter (use cache to avoid re-loading & re-logging domain/stories/nlu/config) - Add logs for merging data (add actions/entities/forms/intents/slots merge infos in logs): this gives...

## 🚀 Feature Add an optional debug mode to scikit-decide. ## Motivation Currently, some (possibly silent) bugs can be difficult to find when creating a new domain (or solver). ##...

## 🐛 Bug Some solvers in the hub require `domain_factory` in their constructor, although it is not enforced by the API (usually this parameter comes from the `solve_with` method on...

enhancement

## 🚀 Feature Add default value to every solver parameter (in their constructor), if possible. ## Pitch It would be convenient for the end-users to easily run all compatible solvers...

## 🐛 Bug `D.T_predicate` was added to the list of user-defined types to support a very specific case (related to multi-agent domains, to enable direct alignment with another existing API)....

## 🚀 Feature Fix, merge and improve rollout utilities ## Pitch There are currently 2 almost identical rollout utilities in utils.py (`rollout` and `rollout_episode`) that could be improved & merged...