from ray.rllib.algorithms.iql.iql import IQL, IQLConfig

__all__ = [
    "IQL",
    "IQLConfig",
]
