game_invalid_answer / README.md
top-50000's picture
Upload dataset
37830b4 verified
metadata
dataset_info:
  features:
    - name: action_history
      list:
        - name: action
          dtype: int64
        - name: action_str
          dtype: string
        - name: is_llm
          dtype: bool
        - name: player_id
          dtype: int64
    - name: all_returns
      dtype: 'null'
    - name: conversation
      list:
        - name: content
          dtype: string
        - name: role
          dtype: string
    - name: final_return
      dtype: 'null'
    - name: game_name
      dtype: string
    - name: llm_player_id
      dtype: int64
    - name: mcts_timing
      struct:
        - name: avg_mcts_time_per_call
          dtype: float64
        - name: num_mcts_bots
          dtype: int64
        - name: total_mcts_calls
          dtype: int64
        - name: total_mcts_time
          dtype: float64
    - name: observation
      dtype: string
    - name: opponent_type
      dtype: string
    - name: seed
      dtype: int64
    - name: task_id
      dtype: int64
    - name: task_type
      dtype: string
    - name: timing_breakdown
      struct:
        - name: agent_init_time
          dtype: float64
        - name: agent_init_time_pct
          dtype: float64
        - name: bot_creation_time
          dtype: float64
        - name: bot_creation_time_pct
          dtype: float64
        - name: setup_time
          dtype: float64
        - name: setup_time_pct
          dtype: float64
        - name: total_time
          dtype: float64
    - name: usage
      struct:
        - name: completion_tokens
          dtype: int64
        - name: prompt_tokens
          dtype: int64
        - name: total_tokens
          dtype: int64
  splits:
    - name: train
      num_bytes: 499724
      num_examples: 200
  download_size: 60384
  dataset_size: 499724
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*