Add support for Atropos Agentic RL environments (requires branch tool_call_support in Atropos atm)

- Added new environments for reinforcement learning, including `HermesSweEnv` for software engineering tasks and `TerminalTestEnv` for inline testing.
- Introduced `ToolContext` for unrestricted access to tools during reward computation.
- Updated `.gitignore` to exclude `wandb/` directory.
- Enhanced `README.md` with detailed architecture and usage instructions for Atropos environments.
- Added configuration files for SWE and terminal test environments to streamline setup.
- Removed unnecessary compiled Python files from `__pycache__`.
This commit is contained in:
teknium
2026-02-07 09:17:16 +00:00
parent ac79725923
commit 07b615e96e
30 changed files with 2851 additions and 965 deletions

1
.gitignore vendored
View File

@@ -41,6 +41,7 @@ privvy*
images/
__pycache__/
hermes_agent.egg-info/
wandb/
# CLI config (may contain sensitive SSH paths)
cli-config.yaml