alfworld-prompts / README.md
ycchen's picture
Upload dataset
c229ea6 verified
metadata
dataset_info:
  features:
    - name: id
      dtype: string
    - name: messages
      dtype: string
    - name: reward_metrics
      struct:
        - name: alfworld.invalid_command_count
          dtype: float64
        - name: alfworld.stage_passed
          dtype: float64
    - name: mcp_config
      struct:
        - name: server_configs
          list:
            - name: mcpServers
              struct:
                - name: alfworld
                  struct:
                    - name: args
                      list: string
                    - name: command
                      dtype: string
                    - name: env
                      struct:
                        - name: ALFWORLD_GAME_CONTENT_COMPRESSED
                          dtype: string
        - name: tool_limits
          struct:
            - name: alfworld:action
              dtype: int64
    - name: task_type
      dtype: string
    - name: game_file_path
      dtype: string
    - name: original_game_content
      dtype: string
  splits:
    - name: train
      num_bytes: 346137299
      num_examples: 3553
    - name: eval_in_distribution
      num_bytes: 13783958
      num_examples: 140
    - name: eval_out_of_distribution
      num_bytes: 13612364
      num_examples: 134
  download_size: 105214980
  dataset_size: 373533621
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: eval_in_distribution
        path: data/eval_in_distribution-*
      - split: eval_out_of_distribution
        path: data/eval_out_of_distribution-*