atropos/environments/hack0/__init__.py
2025-05-18 13:41:01 -07: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"]