"""Environment modules for Co-MADDPG wireless resource allocation.""" from .channel_model import ChannelModel from .semantic_module import SemanticModule __all__ = ["ChannelModel", "SemanticModule"]