File size: 1,668 Bytes
37830b4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
---
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-*
---