7 lines
201 B
Python
7 lines
201 B
Python
"""Environment modules for Co-MADDPG wireless resource allocation."""
|
|
|
|
from .channel_model import ChannelModel
|
|
from .semantic_module import SemanticModule
|
|
|
|
__all__ = ["ChannelModel", "SemanticModule"]
|