mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
1.7 KiB
1.7 KiB
| name | about | title | labels | assignees |
|---|---|---|---|---|
| Bug report | Create a report to help us improve |
Describe the Issue
Environment/API Details
- Environment Class/Name: [e.g.,
atroposlib.envs.MyCustomEnv,gsm8k_server.py] - Environment Configuration (
BaseEnvConfigor subclass): (Optional)# Paste relevant config values here group_size: 4 max_token_length: 2048 # ... etc. - API Endpoint/Method Involved: (If applicable) [e.g.,
/register_env,/get_status,env.collect_trajectory()]
Steps to Reproduce
- Initialize environment
...with config... - Call method
get_next_item()and receiveItem... - Call method
collect_trajectory()orcollect_trajectories()withItem... - Observe issue
...(e.g., incorrectScoredDataGroup, error during API call)
Interaction Details (if applicable)
- Input
Itemtocollect_trajectory:# Paste relevant Item details here - Output
ScoredDataGroup(or error):# Paste relevant ScoredDataGroup or traceback here - Expected
ScoredDataGroup/ Behavior:
Setup Details
- OS: [e.g. macOS, Windows, Linux]
- Python Version: [e.g. 3.10, 3.11]
AtroposVersion: [e.g. output ofpip show atroposor commit hash]- Relevant Libraries/Versions: [e.g.,
pydantic==2.5.0,aiohttp==3.9.0,transformers==4.35.0]
Additional Context & Logs
# Paste relevant logs here