mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-23 16:54:56 +00:00
initialized with grpo
This commit is contained in:
parent
f052f14484
commit
0fbb112eec
4 changed files with 636 additions and 1 deletions
7
environments/hack0/__init__.py
Normal file
7
environments/hack0/__init__.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
"""
|
||||
Example trainer implementations of how to implement a trainer for the Atropos library.
|
||||
"""
|
||||
|
||||
from example_trainer.grpo import TrainingConfig, train
|
||||
|
||||
__all__ = ["TrainingConfig", "train"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue