atropos/environments/community/mcp_tool_calling/__init__.py
2025-05-27 12:52:37 +10:00

7 lines
190 B
Python

"""
Example trainer implementations of how to implement a trainer for the Atropos library.
"""
from example_trainer.grpo import TrainingConfig, train
__all__ = ["TrainingConfig", "train"]