nation_optimizer / agents /__init__.py
thewildofficial
chore: scaffold RL adapter pipeline
acb2712
Raw
History Blame Contribute Delete
131 Bytes
"""Policy adapters for rule-based, LLM, and trained agents."""
from agents.base import PolicyAdapter
__all__ = ["PolicyAdapter"]