atropos/.github/ISSUE_TEMPLATE/bug_report.md
2025-04-29 12:10:10 -07:00

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 (BaseEnvConfig or 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

  1. Initialize environment ... with config ...
  2. Call method get_next_item() and receive Item ...
  3. Call method collect_trajectory() or collect_trajectories() with Item ...
  4. Observe issue ... (e.g., incorrect ScoredDataGroup, error during API call)

Interaction Details (if applicable)

  • Input Item to collect_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]
  • Atropos Version: [e.g. output of pip show atropos or 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