Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    CastError
Message:      Couldn't cast
trajectory_id: string
subject_id: string
task_id: string
metadata: struct<block_id: string>
  child 0, block_id: string
reward_schedule: list<item: struct<trial_index: int64, available_rewards: list<item: double>>>
  child 0, item: struct<trial_index: int64, available_rewards: list<item: double>>
      child 0, trial_index: int64
      child 1, available_rewards: list<item: double>
          child 0, item: double
context: struct<task_id: string, task_family: string, subject_id: string, trajectory_id: string, num_options: (... 130 chars omitted)
  child 0, task_id: string
  child 1, task_family: string
  child 2, subject_id: string
  child 3, trajectory_id: string
  child 4, num_options: int64
  child 5, available_actions: list<item: int64>
      child 0, item: int64
  child 6, option_features: null
  child 7, task_description: string
  child 8, metadata: struct<block_id: string>
      child 0, block_id: string
trials: list<item: struct<trial_index: int64, action: int64, reward: double, info: struct<rt: double>>>
  child 0, item: struct<trial_index: int64, action: int64, reward: double, info: struct<rt: double>>
      child 0, trial_index: int64
      child 1, action: int64
      child 2, reward: double
      child 3, info: struct<rt: double>
          child 0, rt: double
to
{'context': {'task_id': Value('string'), 'task_family': Value('string'), 'subject_id': Value('string'), 'trajectory_id': Value('string'), 'num_options': Value('int64'), 'available_actions': List(Value('int64')), 'option_features': Value('null'), 'task_description': Value('string'), 'metadata': {'block_id': Value('string')}}, 'trials': List({'trial_index': Value('int64'), 'action': Value('int64'), 'reward': Value('float64'), 'info': {'rt': Value('float64')}})}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1816, in _prepare_split_single
                  for key, table in generator:
                                    ^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 613, in wrapped
                  for item in generator(*args, **kwargs):
                              ~~~~~~~~~^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              trajectory_id: string
              subject_id: string
              task_id: string
              metadata: struct<block_id: string>
                child 0, block_id: string
              reward_schedule: list<item: struct<trial_index: int64, available_rewards: list<item: double>>>
                child 0, item: struct<trial_index: int64, available_rewards: list<item: double>>
                    child 0, trial_index: int64
                    child 1, available_rewards: list<item: double>
                        child 0, item: double
              context: struct<task_id: string, task_family: string, subject_id: string, trajectory_id: string, num_options: (... 130 chars omitted)
                child 0, task_id: string
                child 1, task_family: string
                child 2, subject_id: string
                child 3, trajectory_id: string
                child 4, num_options: int64
                child 5, available_actions: list<item: int64>
                    child 0, item: int64
                child 6, option_features: null
                child 7, task_description: string
                child 8, metadata: struct<block_id: string>
                    child 0, block_id: string
              trials: list<item: struct<trial_index: int64, action: int64, reward: double, info: struct<rt: double>>>
                child 0, item: struct<trial_index: int64, action: int64, reward: double, info: struct<rt: double>>
                    child 0, trial_index: int64
                    child 1, action: int64
                    child 2, reward: double
                    child 3, info: struct<rt: double>
                        child 0, rt: double
              to
              {'context': {'task_id': Value('string'), 'task_family': Value('string'), 'subject_id': Value('string'), 'trajectory_id': Value('string'), 'num_options': Value('int64'), 'available_actions': List(Value('int64')), 'option_features': Value('null'), 'task_description': Value('string'), 'metadata': {'block_id': Value('string')}}, 'trials': List({'trial_index': Value('int64'), 'action': Value('int64'), 'reward': Value('float64'), 'info': {'rt': Value('float64')}})}
              because column names don't match
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      builder, max_dataset_size_bytes=max_dataset_size_bytes
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                  ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~^
                      gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  ):
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1869, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

context
dict
trials
list
{ "task_id": "public_4arm_restless_bandit", "task_family": "restless_bandit", "subject_id": "sub_000848", "trajectory_id": "traj_005472", "num_options": 4, "available_actions": [ 0, 1, 2, 3 ], "option_features": null, "task_description": "4-arm drifting bandit task", "metadata": { ...
[ { "trial_index": 0, "action": 1, "reward": 8, "info": { "rt": 440 } }, { "trial_index": 1, "action": 0, "reward": 77, "info": { "rt": 224 } }, { "trial_index": 2, "action": 2, "reward": 47, "info": { "rt": 151 } }, { "tria...
{ "task_id": "public_4arm_restless_bandit", "task_family": "restless_bandit", "subject_id": "sub_000538", "trajectory_id": "traj_005407", "num_options": 4, "available_actions": [ 0, 1, 2, 3 ], "option_features": null, "task_description": "4-arm drifting bandit task", "metadata": { ...
[ { "trial_index": 0, "action": 0, "reward": 52, "info": { "rt": 966 } }, { "trial_index": 1, "action": 2, "reward": 99, "info": { "rt": 92 } }, { "trial_index": 2, "action": 2, "reward": 98, "info": { "rt": 971 } }, { "tria...
{ "task_id": "public_4arm_restless_bandit", "task_family": "restless_bandit", "subject_id": "sub_000323", "trajectory_id": "traj_005142", "num_options": 4, "available_actions": [ 0, 1, 2, 3 ], "option_features": null, "task_description": "4-arm drifting bandit task", "metadata": { ...
[ { "trial_index": 0, "action": 0, "reward": 86, "info": { "rt": 755 } }, { "trial_index": 1, "action": 2, "reward": 96, "info": { "rt": 407 } }, { "trial_index": 2, "action": 1, "reward": 69, "info": { "rt": 251 } }, { "tri...
{ "task_id": "public_4arm_restless_bandit", "task_family": "restless_bandit", "subject_id": "sub_000813", "trajectory_id": "traj_002680", "num_options": 4, "available_actions": [ 0, 1, 2, 3 ], "option_features": null, "task_description": "4-arm drifting bandit task", "metadata": { ...
[ { "trial_index": 0, "action": 0, "reward": 27, "info": { "rt": 2200 } }, { "trial_index": 1, "action": 2, "reward": 10, "info": { "rt": 2434 } }, { "trial_index": 2, "action": 1, "reward": 34, "info": { "rt": 745 } }, { "t...
{ "task_id": "public_4arm_restless_bandit", "task_family": "restless_bandit", "subject_id": "sub_000401", "trajectory_id": "traj_006460", "num_options": 4, "available_actions": [ 0, 1, 2, 3 ], "option_features": null, "task_description": "4-arm drifting bandit task", "metadata": { ...
[ { "trial_index": 0, "action": 1, "reward": 12, "info": { "rt": 748 } }, { "trial_index": 1, "action": 3, "reward": 92, "info": { "rt": 240 } }, { "trial_index": 2, "action": 3, "reward": 100, "info": { "rt": 363 } }, { "tr...
{ "task_id": "public_4arm_restless_bandit", "task_family": "restless_bandit", "subject_id": "sub_000734", "trajectory_id": "traj_002186", "num_options": 4, "available_actions": [ 0, 1, 2, 3 ], "option_features": null, "task_description": "4-arm drifting bandit task", "metadata": { ...
[ { "trial_index": 0, "action": 0, "reward": 40, "info": { "rt": 805 } }, { "trial_index": 1, "action": 2, "reward": 50, "info": { "rt": 368 } }, { "trial_index": 2, "action": 1, "reward": 11, "info": { "rt": 63 } }, { "tria...
{ "task_id": "public_4arm_restless_bandit", "task_family": "restless_bandit", "subject_id": "sub_000365", "trajectory_id": "traj_000369", "num_options": 4, "available_actions": [ 0, 1, 2, 3 ], "option_features": null, "task_description": "4-arm drifting bandit task", "metadata": { ...
[ { "trial_index": 0, "action": 1, "reward": 97, "info": { "rt": 1627 } }, { "trial_index": 1, "action": 3, "reward": 64, "info": { "rt": 378 } }, { "trial_index": 2, "action": 0, "reward": 50, "info": { "rt": 1796 } }, { "t...
{ "task_id": "public_4arm_restless_bandit", "task_family": "restless_bandit", "subject_id": "sub_000228", "trajectory_id": "traj_001219", "num_options": 4, "available_actions": [ 0, 1, 2, 3 ], "option_features": null, "task_description": "4-arm drifting bandit task", "metadata": { ...
[ { "trial_index": 0, "action": 3, "reward": 2, "info": { "rt": 441 } }, { "trial_index": 1, "action": 1, "reward": 87, "info": { "rt": 569 } }, { "trial_index": 2, "action": 1, "reward": 95, "info": { "rt": 482 } }, { "tria...
{ "task_id": "public_4arm_restless_bandit", "task_family": "restless_bandit", "subject_id": "sub_000719", "trajectory_id": "traj_006661", "num_options": 4, "available_actions": [ 0, 1, 2, 3 ], "option_features": null, "task_description": "4-arm drifting bandit task", "metadata": { ...
[ { "trial_index": 0, "action": 3, "reward": 83, "info": { "rt": 1006 } }, { "trial_index": 1, "action": 1, "reward": 83, "info": { "rt": 308 } }, { "trial_index": 2, "action": 2, "reward": 52, "info": { "rt": 205 } }, { "tr...
{ "task_id": "public_4arm_restless_bandit", "task_family": "restless_bandit", "subject_id": "sub_000597", "trajectory_id": "traj_006171", "num_options": 4, "available_actions": [ 0, 1, 2, 3 ], "option_features": null, "task_description": "4-arm drifting bandit task", "metadata": { ...
[ { "trial_index": 0, "action": 1, "reward": 54, "info": { "rt": 2080 } }, { "trial_index": 1, "action": 0, "reward": 99, "info": { "rt": 635 } }, { "trial_index": 2, "action": 2, "reward": 23, "info": { "rt": 572 } }, { "tr...
{ "task_id": "public_4arm_restless_bandit", "task_family": "restless_bandit", "subject_id": "sub_000288", "trajectory_id": "traj_000030", "num_options": 4, "available_actions": [ 0, 1, 2, 3 ], "option_features": null, "task_description": "4-arm drifting bandit task", "metadata": { ...
[ { "trial_index": 0, "action": 0, "reward": 19, "info": { "rt": 394 } }, { "trial_index": 1, "action": 2, "reward": 29, "info": { "rt": 697 } }, { "trial_index": 2, "action": 1, "reward": 47, "info": { "rt": 174 } }, { "tri...
{ "task_id": "public_4arm_restless_bandit", "task_family": "restless_bandit", "subject_id": "sub_000167", "trajectory_id": "traj_004599", "num_options": 4, "available_actions": [ 0, 1, 2, 3 ], "option_features": null, "task_description": "4-arm drifting bandit task", "metadata": { ...
[ { "trial_index": 0, "action": 3, "reward": 23, "info": { "rt": 425 } }, { "trial_index": 1, "action": 0, "reward": 21, "info": { "rt": 161 } }, { "trial_index": 2, "action": 1, "reward": 95, "info": { "rt": 236 } }, { "tri...
{ "task_id": "public_4arm_restless_bandit", "task_family": "restless_bandit", "subject_id": "sub_000058", "trajectory_id": "traj_006808", "num_options": 4, "available_actions": [ 0, 1, 2, 3 ], "option_features": null, "task_description": "4-arm drifting bandit task", "metadata": { ...
[ { "trial_index": 0, "action": 0, "reward": 34, "info": { "rt": 992 } }, { "trial_index": 1, "action": 2, "reward": 54, "info": { "rt": 14 } }, { "trial_index": 2, "action": 0, "reward": 30, "info": { "rt": 539 } }, { "tria...
{ "task_id": "public_4arm_restless_bandit", "task_family": "restless_bandit", "subject_id": "sub_000145", "trajectory_id": "traj_002708", "num_options": 4, "available_actions": [ 0, 1, 2, 3 ], "option_features": null, "task_description": "4-arm drifting bandit task", "metadata": { ...
[ { "trial_index": 0, "action": 3, "reward": 71, "info": { "rt": 763 } }, { "trial_index": 1, "action": 2, "reward": 25, "info": { "rt": 921 } }, { "trial_index": 2, "action": 3, "reward": 80, "info": { "rt": 371 } }, { "tri...
{ "task_id": "public_4arm_restless_bandit", "task_family": "restless_bandit", "subject_id": "sub_000053", "trajectory_id": "traj_003766", "num_options": 4, "available_actions": [ 0, 1, 2, 3 ], "option_features": null, "task_description": "4-arm drifting bandit task", "metadata": { ...
[ { "trial_index": 0, "action": 2, "reward": 25, "info": { "rt": 449 } }, { "trial_index": 1, "action": 3, "reward": 8, "info": { "rt": 222 } }, { "trial_index": 2, "action": 1, "reward": 68, "info": { "rt": 251 } }, { "tria...
{ "task_id": "public_4arm_restless_bandit", "task_family": "restless_bandit", "subject_id": "sub_000503", "trajectory_id": "traj_004021", "num_options": 4, "available_actions": [ 0, 1, 2, 3 ], "option_features": null, "task_description": "4-arm drifting bandit task", "metadata": { ...
[ { "trial_index": 0, "action": 0, "reward": 12, "info": { "rt": 689 } }, { "trial_index": 1, "action": 2, "reward": 67, "info": { "rt": 253 } }, { "trial_index": 2, "action": 1, "reward": 47, "info": { "rt": 213 } }, { "tri...
{ "task_id": "public_4arm_restless_bandit", "task_family": "restless_bandit", "subject_id": "sub_000550", "trajectory_id": "traj_003306", "num_options": 4, "available_actions": [ 0, 1, 2, 3 ], "option_features": null, "task_description": "4-arm drifting bandit task", "metadata": { ...
[ { "trial_index": 0, "action": 0, "reward": 84, "info": { "rt": 1181 } }, { "trial_index": 1, "action": 1, "reward": 63, "info": { "rt": 1161 } }, { "trial_index": 2, "action": 2, "reward": 26, "info": { "rt": 797 } }, { "t...
{ "task_id": "public_4arm_restless_bandit", "task_family": "restless_bandit", "subject_id": "sub_000224", "trajectory_id": "traj_002305", "num_options": 4, "available_actions": [ 0, 1, 2, 3 ], "option_features": null, "task_description": "4-arm drifting bandit task", "metadata": { ...
[ { "trial_index": 0, "action": 0, "reward": 59, "info": { "rt": 1391 } }, { "trial_index": 1, "action": 2, "reward": 13, "info": { "rt": 428 } }, { "trial_index": 2, "action": 1, "reward": 30, "info": { "rt": 429 } }, { "tr...
{ "task_id": "public_4arm_restless_bandit", "task_family": "restless_bandit", "subject_id": "sub_000413", "trajectory_id": "traj_001216", "num_options": 4, "available_actions": [ 0, 1, 2, 3 ], "option_features": null, "task_description": "4-arm drifting bandit task", "metadata": { ...
[ { "trial_index": 0, "action": 1, "reward": 99, "info": { "rt": 2162 } }, { "trial_index": 1, "action": 0, "reward": 7, "info": { "rt": 3113 } }, { "trial_index": 2, "action": 2, "reward": 86, "info": { "rt": 41 } }, { "tri...
{ "task_id": "public_4arm_restless_bandit", "task_family": "restless_bandit", "subject_id": "sub_000620", "trajectory_id": "traj_001172", "num_options": 4, "available_actions": [ 0, 1, 2, 3 ], "option_features": null, "task_description": "4-arm drifting bandit task", "metadata": { ...
[ { "trial_index": 0, "action": 0, "reward": 70, "info": { "rt": 1050 } }, { "trial_index": 1, "action": 2, "reward": 58, "info": { "rt": 1344 } }, { "trial_index": 2, "action": 1, "reward": 42, "info": { "rt": 1060 } }, { "...
{ "task_id": "public_4arm_restless_bandit", "task_family": "restless_bandit", "subject_id": "sub_000217", "trajectory_id": "traj_005750", "num_options": 4, "available_actions": [ 0, 1, 2, 3 ], "option_features": null, "task_description": "4-arm drifting bandit task", "metadata": { ...
[ { "trial_index": 0, "action": 0, "reward": 44, "info": { "rt": 1534 } }, { "trial_index": 1, "action": 2, "reward": 81, "info": { "rt": 479 } }, { "trial_index": 2, "action": 1, "reward": 81, "info": { "rt": 341 } }, { "tr...
{ "task_id": "public_4arm_restless_bandit", "task_family": "restless_bandit", "subject_id": "sub_000297", "trajectory_id": "traj_003697", "num_options": 4, "available_actions": [ 0, 1, 2, 3 ], "option_features": null, "task_description": "4-arm drifting bandit task", "metadata": { ...
[ { "trial_index": 0, "action": 0, "reward": 54, "info": { "rt": 669 } }, { "trial_index": 1, "action": 2, "reward": 42, "info": { "rt": 249 } }, { "trial_index": 2, "action": 1, "reward": 74, "info": { "rt": 239 } }, { "tri...
{ "task_id": "public_4arm_restless_bandit", "task_family": "restless_bandit", "subject_id": "sub_000420", "trajectory_id": "traj_006547", "num_options": 4, "available_actions": [ 0, 1, 2, 3 ], "option_features": null, "task_description": "4-arm drifting bandit task", "metadata": { ...
[ { "trial_index": 0, "action": 0, "reward": 10, "info": { "rt": 1398 } }, { "trial_index": 1, "action": 1, "reward": 9, "info": { "rt": 359 } }, { "trial_index": 2, "action": 2, "reward": 38, "info": { "rt": 342 } }, { "tri...
{ "task_id": "public_4arm_restless_bandit", "task_family": "restless_bandit", "subject_id": "sub_000834", "trajectory_id": "traj_002022", "num_options": 4, "available_actions": [ 0, 1, 2, 3 ], "option_features": null, "task_description": "4-arm drifting bandit task", "metadata": { ...
[ { "trial_index": 0, "action": 0, "reward": 91, "info": { "rt": 639 } }, { "trial_index": 1, "action": 1, "reward": 83, "info": { "rt": 528 } }, { "trial_index": 2, "action": 2, "reward": 67, "info": { "rt": 436 } }, { "tri...
End of preview.

MindRL Challenge Public Dataset

This repository contains the public training split for the MindRL Challenge, a human reward-learning modeling benchmark. The release is intentionally source-safe: it describes the task, data format, and intended use without identifying the original study, raw data source, article, repository, lab, institution, or participant pool.

Intended use

Use this public split to develop, debug, and calibrate MindRL agents that predict human choices from trial history. Official challenge scoring uses additional private evaluation splits that are not part of this public release.

The modeling target is one-step-ahead behavioral prediction:

P(action_t | context, history_1:t-1)

At prediction time, models should use only the trajectory context and previous trials. They should not use the current trial's action or reward, later trials from the same trajectory, hidden splits, or any external reconstruction of the raw data source.

Task

  • Task family: 4-arm drifting bandit / restless reward-learning.
  • Action space: integers 0, 1, 2, 3.
  • Observation history: previous choices, received rewards, response times when available, and anonymized episode metadata.
  • Prediction target: the human participant's next action.
  • Episode unit: each JSONL row is one anonymized trajectory.
  • The reward associated with each action changes gradually over the episode, so useful models need to learn from recent outcomes while remaining responsive to change.

Files

File Purpose
public_train.jsonl Agent-facing public training trajectories.
public_train_reward_schedules.jsonl Full option payoff schedules for released public episodes; useful for public-task analysis or generative simulation, but not part of the standard one-step-ahead observation history.
schema.json JSON Schema for public trajectories.
task_description.md Compact task description.
README.md / dataset_card.md This dataset description.

If a model uses the reward-schedule sidecar, that use should be disclosed in the method description or interpretation card. The official prediction API still evaluates one-step-ahead predictions from context and past observed trials.

Public split statistics

These statistics describe public_train.jsonl only.

Quantity Value
Trajectories 2,678
Anonymized subjects 689
Anonymized blocks / episodes 2,678
Total trials 320,080
Trajectory length, min / median / max 108 / 120 / 120
Reward range 1.0 to 100.0
Mean reward 64.889
Trials with response time 308,803

Observed action counts:

Action Count
0 81,656
1 81,698
2 77,045
3 79,681

These counts should not be interpreted as the full challenge distribution.

JSONL format

Each line in public_train.jsonl is one trajectory:

{
  "context": {
    "task_id": "public_4arm_restless_bandit",
    "task_family": "restless_bandit",
    "subject_id": "sub_000001",
    "trajectory_id": "traj_000001",
    "num_options": 4,
    "available_actions": [0, 1, 2, 3],
    "option_features": null,
    "task_description": "4-arm drifting bandit task",
    "metadata": {"block_id": "block_000001"}
  },
  "trials": [
    {"trial_index": 0, "action": 1, "reward": 72.0, "info": {"rt": 531.0}}
  ]
}

Context fields

Field Meaning
task_id Public task identifier: public_4arm_restless_bandit.
task_family Coarse task family: restless_bandit.
subject_id Anonymized subject label such as sub_000001; not an original participant id.
trajectory_id Anonymized trajectory label such as traj_000001.
num_options Number of available actions.
available_actions Valid actions, encoded as integers [0, 1, 2, 3].
option_features Optional action-feature field; null in this release.
task_description Short task description string.
metadata.block_id Anonymized episode/block label; not the original block number.

Trial fields

Field Meaning
trial_index Within-trajectory trial index after preprocessing.
action Observed human action, encoded as 0, 1, 2, or 3.
reward Scalar reward feedback received after the action.
info.rt Response time when available. Some trials may have missing response time.

Loading examples

Download the public trajectory file:

huggingface-cli download mindrl-hub/mindrl-challenge-public public_train.jsonl --local-dir ./hf_cache/public

Load with Python JSONL:

import json
from pathlib import Path

path = Path("hf_cache/public/public_train.jsonl")
with path.open("r", encoding="utf-8") as f:
    first = json.loads(next(f))

print(first["context"]["available_actions"], len(first["trials"]))

Load with datasets:

from datasets import load_dataset

ds = load_dataset(
    "json",
    data_files="https://huggingface.co/datasets/mindrl-hub/mindrl-challenge-public/resolve/main/public_train.jsonl",
    split="train",
)
print(ds[0])

Evaluation interface

The official evaluator calls an Agent sequentially:

  1. reset(context) once at the start of a trajectory.
  2. For each trial, call predict(history) using only previous trials.
  3. Score the predicted action distribution against the observed human action.
  4. Call update(action, reward, info) after the true trial outcome is revealed.
  5. Append the trial to history and continue.

A valid prediction returns probabilities over the available actions, for example:

{"action_probs": {0: 0.25, 1: 0.25, 2: 0.25, 3: 0.25}}

Safety and leakage policy

  • Original participant identifiers, original block numbers, original trial ids, raw filenames, and raw study/source identifiers are not included.
  • Demographic variables are not included.
  • subject_id, trajectory_id, and metadata.block_id are anonymized labels.
  • Counterfactual option payoffs are not included in the agent-facing trajectory history. For public episodes, they are kept only in the separate reward-schedule sidecar.
  • The dataset card intentionally omits the original article and raw-data source so that challenge participants cannot trivially recover hidden evaluation splits from external copies of the raw dataset.

Do not use this release to identify the original study, raw dataset, collection site, institution, lab, article, or participant pool. Do not add source-identifying details to public repositories, participant documentation, or submissions.

Relationship to hidden evaluation

The public split supports development. Official challenge evaluation uses hidden splits prepared by the organizers to test generalization across unreleased trials, unreleased participants, unreleased episodes, and a separate held-out task. Hidden evaluation files and source mappings are not part of this public release.

Downloads last month
75