mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-24 17:04:55 +00:00
linting & moved to community
This commit is contained in:
parent
7b194642b3
commit
46892c7bdc
11 changed files with 135 additions and 47 deletions
7
environments/community/mcp_tool_calling/__init__.py
Normal file
7
environments/community/mcp_tool_calling/__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