Check whether the given module is compatible with this Learner.
The default implementation checks the Learner-required APIs and whether the
given module implements all of them (if not, returns False).
- Parameters:
module (RLModule) – The RLModule to check.
- Returns:
True if the module is compatible with this Learner.
- Return type:
bool