Commit graph

13 commits

Author SHA1 Message Date
teknium
d8c68a93e3 convert tool_calling_server to managedserver 2025-11-14 06:48:07 +00:00
Dakota
08e14cc745 feat: add minimum batch allocation support for environments
- Add min_batch_allocation parameter to ensure environments contribute minimum proportion to each batch
- Implement grab_batch_with_minimum_allocations function with proper scaling when allocations exceed 100%
- Add mixed-size group buffering to handle variable-sized data submissions
- Update server to use minimum allocation logic when any env has min_batch_allocation set
- Add comprehensive tests for minimum allocation scenarios
- Update documentation in API README and CONFIG.md
- Update example environments to demonstrate the feature

This feature allows critical environments to guarantee they contribute at least a specified proportion (0.0-1.0) to each training batch, ensuring important data sources are always represented during training.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-07 08:50:28 -05:00
Shannon Sands
c98784214a fixed import 2025-05-18 17:01:27 -07:00
Shannon Sands
3b76acde14 fixed import 2025-05-18 17:00:24 -07:00
Shannon Sands
c88c272228 fixed import 2025-05-18 16:59:25 -07:00
Shannon Sands
20ca46f06a fixed import 2025-05-18 16:57:28 -07:00
Shannon Sands
6f6084e513 linting 2025-05-18 16:55:25 -07:00
Shannon Sands
034fbad7d5 removing comments 2025-05-18 16:52:26 -07:00
Shannon Sands
89386598d8 trying different models,no completions? 2025-05-18 16:22:00 -07:00
Shannon Sands
0e84f2f47a fix up score 2025-05-18 16:17:14 -07:00
Shannon Sands
98ce4224ff commented out server 2025-05-18 16:08:42 -07:00
dmahan93
70cf61c210 add custom server support 2025-05-08 12:01:49 -05:00
Dakota Nous
621d00dd80 first commit 2025-04-29 12:10:10 -07:00