├── .DS_Store ├── README.md ├── agent.py ├── context.py ├── data ├── .DS_Store ├── data_vs_cfr_first_order_fixed_seed_position0 │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_first_tom_act.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_first_tom_belief.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_first_tom_long_memory.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_first_tom_long_memory_summary.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_first_tom_obs.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_first_tom_opponent_act.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_first_tom_opponent_obs.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_first_tom_pattern_model.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_first_tom_plan.json │ └── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_first_tom_short_memory.json ├── data_vs_cfr_fixed_seed_postion0 │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_act.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_belief.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_long_memory.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_long_memory_summary.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_obs.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_opponent_act.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_opponent_obs.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_pattern_model.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_plan.json │ └── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_short_memory.json ├── data_vs_cfr_position0_fixed_seed_no_hindsight_obs │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_act.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_belief.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_long_memory.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_long_memory_summary.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_obs.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_opponent_act.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_opponent_obs.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_pattern_model.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_plan.json │ └── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_short_memory.json ├── data_vs_cfr_position1_fixed_seed │ ├── GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_act.json │ ├── GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_belief.json │ ├── GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_long_memory.json │ ├── GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_long_memory_summary.json │ ├── GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_obs.json │ ├── GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_opponent_act.json │ ├── GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_opponent_obs.json │ ├── GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_pattern_model.json │ ├── GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_plan.json │ └── GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_short_memory.json ├── data_vs_cfr_position1_fixed_seed2 │ ├── GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_act.json │ ├── GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_belief.json │ ├── GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_long_memory.json │ ├── GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_long_memory_summary.json │ ├── GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_obs.json │ ├── GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_opponent_act.json │ ├── GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_opponent_obs.json │ ├── GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_pattern_model.json │ ├── GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_plan.json │ └── GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_short_memory.json ├── data_vs_cfr_position1_fixed_seed_no_hindsight_obs │ ├── GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_act.json │ ├── GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_belief.json │ ├── GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_long_memory.json │ ├── GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_long_memory_summary.json │ ├── GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_obs.json │ ├── GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_opponent_act.json │ ├── GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_opponent_obs.json │ ├── GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_pattern_model.json │ ├── GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_plan.json │ └── GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_short_memory.json ├── data_vs_cfr_random_seed_position0 │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_act.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_belief.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_long_memory.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_long_memory_summary.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_obs.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_opponent_act.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_opponent_obs.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_pattern_model.json │ ├── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_plan.json │ └── board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_short_memory.json ├── data_vs_dmc_fixed_seed_position0 │ ├── board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_act.json │ ├── board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_belief.json │ ├── board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_long_memory.json │ ├── board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_long_memory_summary.json │ ├── board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_obs.json │ ├── board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_opponent_act.json │ ├── board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_opponent_obs.json │ ├── board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_pattern_model.json │ ├── board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_plan.json │ └── board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_short_memory.json ├── data_vs_dmc_position1_fixed_seed │ ├── GoodGuy_vs_board_game_expert_dmc_openai-gpt-4-0613_second_tom_act.json │ ├── GoodGuy_vs_board_game_expert_dmc_openai-gpt-4-0613_second_tom_belief.json │ ├── GoodGuy_vs_board_game_expert_dmc_openai-gpt-4-0613_second_tom_long_memory.json │ ├── GoodGuy_vs_board_game_expert_dmc_openai-gpt-4-0613_second_tom_long_memory_summary.json │ ├── GoodGuy_vs_board_game_expert_dmc_openai-gpt-4-0613_second_tom_obs.json │ ├── GoodGuy_vs_board_game_expert_dmc_openai-gpt-4-0613_second_tom_opponent_act.json │ ├── GoodGuy_vs_board_game_expert_dmc_openai-gpt-4-0613_second_tom_opponent_obs.json │ ├── GoodGuy_vs_board_game_expert_dmc_openai-gpt-4-0613_second_tom_pattern_model.json │ ├── GoodGuy_vs_board_game_expert_dmc_openai-gpt-4-0613_second_tom_plan.json │ └── GoodGuy_vs_board_game_expert_dmc_openai-gpt-4-0613_second_tom_short_memory.json └── data_vs_dmc_random_seed_position0 │ ├── board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_act.json │ ├── board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_belief.json │ ├── board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_long_memory.json │ ├── board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_long_memory_summary.json │ ├── board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_obs.json │ ├── board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_pattern_model.json │ ├── board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_plan.json │ └── board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_short_memory.json ├── figures ├── .DS_Store ├── Sample_Second_fold.png ├── Sample_second.png ├── SuspicionAgent.pdf ├── SuspicionAgent.png ├── counterfactual.png ├── tom.pdf ├── tom.png └── vanilla_plan.pdf ├── game_config ├── coup.json ├── leduc_limit.json └── limit_holdem.json ├── main_vs_baseline.py ├── model.py ├── models ├── .DS_Store ├── leduc_holdem_dmc_result │ └── model.pth ├── leduc_holdem_dqn_result │ └── model.pth └── leduc_holdem_nfsp_result │ └── model.pth ├── person_config ├── GoodGuy.json └── Persuader.json ├── requirements.txt ├── retriever.py ├── setting.py └── util.py /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/.DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/README.md -------------------------------------------------------------------------------- /agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/agent.py -------------------------------------------------------------------------------- /context.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/context.py -------------------------------------------------------------------------------- /data/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/.DS_Store -------------------------------------------------------------------------------- /data/data_vs_cfr_first_order_fixed_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_first_tom_act.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_first_order_fixed_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_first_tom_act.json -------------------------------------------------------------------------------- /data/data_vs_cfr_first_order_fixed_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_first_tom_belief.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_first_order_fixed_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_first_tom_belief.json -------------------------------------------------------------------------------- /data/data_vs_cfr_first_order_fixed_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_first_tom_long_memory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_first_order_fixed_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_first_tom_long_memory.json -------------------------------------------------------------------------------- /data/data_vs_cfr_first_order_fixed_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_first_tom_long_memory_summary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_first_order_fixed_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_first_tom_long_memory_summary.json -------------------------------------------------------------------------------- /data/data_vs_cfr_first_order_fixed_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_first_tom_obs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_first_order_fixed_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_first_tom_obs.json -------------------------------------------------------------------------------- /data/data_vs_cfr_first_order_fixed_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_first_tom_opponent_act.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_first_order_fixed_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_first_tom_opponent_act.json -------------------------------------------------------------------------------- /data/data_vs_cfr_first_order_fixed_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_first_tom_opponent_obs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_first_order_fixed_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_first_tom_opponent_obs.json -------------------------------------------------------------------------------- /data/data_vs_cfr_first_order_fixed_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_first_tom_pattern_model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_first_order_fixed_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_first_tom_pattern_model.json -------------------------------------------------------------------------------- /data/data_vs_cfr_first_order_fixed_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_first_tom_plan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_first_order_fixed_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_first_tom_plan.json -------------------------------------------------------------------------------- /data/data_vs_cfr_first_order_fixed_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_first_tom_short_memory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_first_order_fixed_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_first_tom_short_memory.json -------------------------------------------------------------------------------- /data/data_vs_cfr_fixed_seed_postion0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_act.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_fixed_seed_postion0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_act.json -------------------------------------------------------------------------------- /data/data_vs_cfr_fixed_seed_postion0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_belief.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_fixed_seed_postion0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_belief.json -------------------------------------------------------------------------------- /data/data_vs_cfr_fixed_seed_postion0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_long_memory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_fixed_seed_postion0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_long_memory.json -------------------------------------------------------------------------------- /data/data_vs_cfr_fixed_seed_postion0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_long_memory_summary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_fixed_seed_postion0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_long_memory_summary.json -------------------------------------------------------------------------------- /data/data_vs_cfr_fixed_seed_postion0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_obs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_fixed_seed_postion0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_obs.json -------------------------------------------------------------------------------- /data/data_vs_cfr_fixed_seed_postion0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_opponent_act.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_fixed_seed_postion0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_opponent_act.json -------------------------------------------------------------------------------- /data/data_vs_cfr_fixed_seed_postion0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_opponent_obs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_fixed_seed_postion0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_opponent_obs.json -------------------------------------------------------------------------------- /data/data_vs_cfr_fixed_seed_postion0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_pattern_model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_fixed_seed_postion0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_pattern_model.json -------------------------------------------------------------------------------- /data/data_vs_cfr_fixed_seed_postion0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_plan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_fixed_seed_postion0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_plan.json -------------------------------------------------------------------------------- /data/data_vs_cfr_fixed_seed_postion0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_short_memory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_fixed_seed_postion0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_short_memory.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position0_fixed_seed_no_hindsight_obs/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_act.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position0_fixed_seed_no_hindsight_obs/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_act.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position0_fixed_seed_no_hindsight_obs/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_belief.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position0_fixed_seed_no_hindsight_obs/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_belief.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position0_fixed_seed_no_hindsight_obs/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_long_memory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position0_fixed_seed_no_hindsight_obs/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_long_memory.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position0_fixed_seed_no_hindsight_obs/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_long_memory_summary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position0_fixed_seed_no_hindsight_obs/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_long_memory_summary.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position0_fixed_seed_no_hindsight_obs/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_obs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position0_fixed_seed_no_hindsight_obs/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_obs.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position0_fixed_seed_no_hindsight_obs/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_opponent_act.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position0_fixed_seed_no_hindsight_obs/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_opponent_act.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position0_fixed_seed_no_hindsight_obs/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_opponent_obs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position0_fixed_seed_no_hindsight_obs/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_opponent_obs.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position0_fixed_seed_no_hindsight_obs/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_pattern_model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position0_fixed_seed_no_hindsight_obs/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_pattern_model.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position0_fixed_seed_no_hindsight_obs/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_plan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position0_fixed_seed_no_hindsight_obs/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_plan.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position0_fixed_seed_no_hindsight_obs/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_short_memory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position0_fixed_seed_no_hindsight_obs/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_short_memory.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position1_fixed_seed/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_act.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position1_fixed_seed/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_act.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position1_fixed_seed/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_belief.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position1_fixed_seed/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_belief.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position1_fixed_seed/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_long_memory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position1_fixed_seed/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_long_memory.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position1_fixed_seed/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_long_memory_summary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position1_fixed_seed/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_long_memory_summary.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position1_fixed_seed/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_obs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position1_fixed_seed/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_obs.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position1_fixed_seed/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_opponent_act.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position1_fixed_seed/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_opponent_act.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position1_fixed_seed/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_opponent_obs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position1_fixed_seed/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_opponent_obs.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position1_fixed_seed/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_pattern_model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position1_fixed_seed/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_pattern_model.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position1_fixed_seed/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_plan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position1_fixed_seed/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_plan.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position1_fixed_seed/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_short_memory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position1_fixed_seed/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_short_memory.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position1_fixed_seed2/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_act.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position1_fixed_seed2/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_act.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position1_fixed_seed2/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_belief.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position1_fixed_seed2/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_belief.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position1_fixed_seed2/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_long_memory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position1_fixed_seed2/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_long_memory.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position1_fixed_seed2/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_long_memory_summary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position1_fixed_seed2/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_long_memory_summary.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position1_fixed_seed2/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_obs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position1_fixed_seed2/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_obs.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position1_fixed_seed2/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_opponent_act.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position1_fixed_seed2/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_opponent_act.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position1_fixed_seed2/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_opponent_obs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position1_fixed_seed2/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_opponent_obs.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position1_fixed_seed2/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_pattern_model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position1_fixed_seed2/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_pattern_model.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position1_fixed_seed2/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_plan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position1_fixed_seed2/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_plan.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position1_fixed_seed2/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_short_memory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position1_fixed_seed2/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_short_memory.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position1_fixed_seed_no_hindsight_obs/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_act.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position1_fixed_seed_no_hindsight_obs/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_act.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position1_fixed_seed_no_hindsight_obs/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_belief.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position1_fixed_seed_no_hindsight_obs/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_belief.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position1_fixed_seed_no_hindsight_obs/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_long_memory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position1_fixed_seed_no_hindsight_obs/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_long_memory.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position1_fixed_seed_no_hindsight_obs/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_long_memory_summary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position1_fixed_seed_no_hindsight_obs/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_long_memory_summary.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position1_fixed_seed_no_hindsight_obs/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_obs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position1_fixed_seed_no_hindsight_obs/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_obs.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position1_fixed_seed_no_hindsight_obs/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_opponent_act.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position1_fixed_seed_no_hindsight_obs/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_opponent_act.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position1_fixed_seed_no_hindsight_obs/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_opponent_obs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position1_fixed_seed_no_hindsight_obs/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_opponent_obs.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position1_fixed_seed_no_hindsight_obs/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_pattern_model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position1_fixed_seed_no_hindsight_obs/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_pattern_model.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position1_fixed_seed_no_hindsight_obs/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_plan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position1_fixed_seed_no_hindsight_obs/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_plan.json -------------------------------------------------------------------------------- /data/data_vs_cfr_position1_fixed_seed_no_hindsight_obs/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_short_memory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_position1_fixed_seed_no_hindsight_obs/GoodGuy_vs_board_game_expert_cfr_openai-gpt-4-0613_second_tom_short_memory.json -------------------------------------------------------------------------------- /data/data_vs_cfr_random_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_act.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_random_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_act.json -------------------------------------------------------------------------------- /data/data_vs_cfr_random_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_belief.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_random_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_belief.json -------------------------------------------------------------------------------- /data/data_vs_cfr_random_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_long_memory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_random_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_long_memory.json -------------------------------------------------------------------------------- /data/data_vs_cfr_random_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_long_memory_summary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_random_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_long_memory_summary.json -------------------------------------------------------------------------------- /data/data_vs_cfr_random_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_obs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_random_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_obs.json -------------------------------------------------------------------------------- /data/data_vs_cfr_random_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_opponent_act.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_random_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_opponent_act.json -------------------------------------------------------------------------------- /data/data_vs_cfr_random_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_opponent_obs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_random_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_opponent_obs.json -------------------------------------------------------------------------------- /data/data_vs_cfr_random_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_pattern_model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_random_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_pattern_model.json -------------------------------------------------------------------------------- /data/data_vs_cfr_random_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_plan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_random_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_plan.json -------------------------------------------------------------------------------- /data/data_vs_cfr_random_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_short_memory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_cfr_random_seed_position0/board_game_expert_vs_GoodGuy_cfr_openai-gpt-4-0613_second_tom_short_memory.json -------------------------------------------------------------------------------- /data/data_vs_dmc_fixed_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_act.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_dmc_fixed_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_act.json -------------------------------------------------------------------------------- /data/data_vs_dmc_fixed_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_belief.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_dmc_fixed_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_belief.json -------------------------------------------------------------------------------- /data/data_vs_dmc_fixed_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_long_memory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_dmc_fixed_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_long_memory.json -------------------------------------------------------------------------------- /data/data_vs_dmc_fixed_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_long_memory_summary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_dmc_fixed_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_long_memory_summary.json -------------------------------------------------------------------------------- /data/data_vs_dmc_fixed_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_obs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_dmc_fixed_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_obs.json -------------------------------------------------------------------------------- /data/data_vs_dmc_fixed_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_opponent_act.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_dmc_fixed_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_opponent_act.json -------------------------------------------------------------------------------- /data/data_vs_dmc_fixed_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_opponent_obs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_dmc_fixed_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_opponent_obs.json -------------------------------------------------------------------------------- /data/data_vs_dmc_fixed_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_pattern_model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_dmc_fixed_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_pattern_model.json -------------------------------------------------------------------------------- /data/data_vs_dmc_fixed_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_plan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_dmc_fixed_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_plan.json -------------------------------------------------------------------------------- /data/data_vs_dmc_fixed_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_short_memory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_dmc_fixed_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_short_memory.json -------------------------------------------------------------------------------- /data/data_vs_dmc_position1_fixed_seed/GoodGuy_vs_board_game_expert_dmc_openai-gpt-4-0613_second_tom_act.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_dmc_position1_fixed_seed/GoodGuy_vs_board_game_expert_dmc_openai-gpt-4-0613_second_tom_act.json -------------------------------------------------------------------------------- /data/data_vs_dmc_position1_fixed_seed/GoodGuy_vs_board_game_expert_dmc_openai-gpt-4-0613_second_tom_belief.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_dmc_position1_fixed_seed/GoodGuy_vs_board_game_expert_dmc_openai-gpt-4-0613_second_tom_belief.json -------------------------------------------------------------------------------- /data/data_vs_dmc_position1_fixed_seed/GoodGuy_vs_board_game_expert_dmc_openai-gpt-4-0613_second_tom_long_memory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_dmc_position1_fixed_seed/GoodGuy_vs_board_game_expert_dmc_openai-gpt-4-0613_second_tom_long_memory.json -------------------------------------------------------------------------------- /data/data_vs_dmc_position1_fixed_seed/GoodGuy_vs_board_game_expert_dmc_openai-gpt-4-0613_second_tom_long_memory_summary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_dmc_position1_fixed_seed/GoodGuy_vs_board_game_expert_dmc_openai-gpt-4-0613_second_tom_long_memory_summary.json -------------------------------------------------------------------------------- /data/data_vs_dmc_position1_fixed_seed/GoodGuy_vs_board_game_expert_dmc_openai-gpt-4-0613_second_tom_obs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_dmc_position1_fixed_seed/GoodGuy_vs_board_game_expert_dmc_openai-gpt-4-0613_second_tom_obs.json -------------------------------------------------------------------------------- /data/data_vs_dmc_position1_fixed_seed/GoodGuy_vs_board_game_expert_dmc_openai-gpt-4-0613_second_tom_opponent_act.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_dmc_position1_fixed_seed/GoodGuy_vs_board_game_expert_dmc_openai-gpt-4-0613_second_tom_opponent_act.json -------------------------------------------------------------------------------- /data/data_vs_dmc_position1_fixed_seed/GoodGuy_vs_board_game_expert_dmc_openai-gpt-4-0613_second_tom_opponent_obs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_dmc_position1_fixed_seed/GoodGuy_vs_board_game_expert_dmc_openai-gpt-4-0613_second_tom_opponent_obs.json -------------------------------------------------------------------------------- /data/data_vs_dmc_position1_fixed_seed/GoodGuy_vs_board_game_expert_dmc_openai-gpt-4-0613_second_tom_pattern_model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_dmc_position1_fixed_seed/GoodGuy_vs_board_game_expert_dmc_openai-gpt-4-0613_second_tom_pattern_model.json -------------------------------------------------------------------------------- /data/data_vs_dmc_position1_fixed_seed/GoodGuy_vs_board_game_expert_dmc_openai-gpt-4-0613_second_tom_plan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_dmc_position1_fixed_seed/GoodGuy_vs_board_game_expert_dmc_openai-gpt-4-0613_second_tom_plan.json -------------------------------------------------------------------------------- /data/data_vs_dmc_position1_fixed_seed/GoodGuy_vs_board_game_expert_dmc_openai-gpt-4-0613_second_tom_short_memory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_dmc_position1_fixed_seed/GoodGuy_vs_board_game_expert_dmc_openai-gpt-4-0613_second_tom_short_memory.json -------------------------------------------------------------------------------- /data/data_vs_dmc_random_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_act.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_dmc_random_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_act.json -------------------------------------------------------------------------------- /data/data_vs_dmc_random_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_belief.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_dmc_random_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_belief.json -------------------------------------------------------------------------------- /data/data_vs_dmc_random_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_long_memory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_dmc_random_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_long_memory.json -------------------------------------------------------------------------------- /data/data_vs_dmc_random_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_long_memory_summary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_dmc_random_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_long_memory_summary.json -------------------------------------------------------------------------------- /data/data_vs_dmc_random_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_obs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_dmc_random_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_obs.json -------------------------------------------------------------------------------- /data/data_vs_dmc_random_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_pattern_model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_dmc_random_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_pattern_model.json -------------------------------------------------------------------------------- /data/data_vs_dmc_random_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_plan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_dmc_random_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_plan.json -------------------------------------------------------------------------------- /data/data_vs_dmc_random_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_short_memory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/data/data_vs_dmc_random_seed_position0/board_game_expert_vs_GoodGuy_dmc_openai-gpt-4-0613_second_tom_short_memory.json -------------------------------------------------------------------------------- /figures/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/figures/.DS_Store -------------------------------------------------------------------------------- /figures/Sample_Second_fold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/figures/Sample_Second_fold.png -------------------------------------------------------------------------------- /figures/Sample_second.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/figures/Sample_second.png -------------------------------------------------------------------------------- /figures/SuspicionAgent.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/figures/SuspicionAgent.pdf -------------------------------------------------------------------------------- /figures/SuspicionAgent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/figures/SuspicionAgent.png -------------------------------------------------------------------------------- /figures/counterfactual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/figures/counterfactual.png -------------------------------------------------------------------------------- /figures/tom.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/figures/tom.pdf -------------------------------------------------------------------------------- /figures/tom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/figures/tom.png -------------------------------------------------------------------------------- /figures/vanilla_plan.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/figures/vanilla_plan.pdf -------------------------------------------------------------------------------- /game_config/coup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/game_config/coup.json -------------------------------------------------------------------------------- /game_config/leduc_limit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/game_config/leduc_limit.json -------------------------------------------------------------------------------- /game_config/limit_holdem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/game_config/limit_holdem.json -------------------------------------------------------------------------------- /main_vs_baseline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/main_vs_baseline.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/model.py -------------------------------------------------------------------------------- /models/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/models/.DS_Store -------------------------------------------------------------------------------- /models/leduc_holdem_dmc_result/model.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/models/leduc_holdem_dmc_result/model.pth -------------------------------------------------------------------------------- /models/leduc_holdem_dqn_result/model.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/models/leduc_holdem_dqn_result/model.pth -------------------------------------------------------------------------------- /models/leduc_holdem_nfsp_result/model.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/models/leduc_holdem_nfsp_result/model.pth -------------------------------------------------------------------------------- /person_config/GoodGuy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/person_config/GoodGuy.json -------------------------------------------------------------------------------- /person_config/Persuader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/person_config/Persuader.json -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/requirements.txt -------------------------------------------------------------------------------- /retriever.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/retriever.py -------------------------------------------------------------------------------- /setting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/setting.py -------------------------------------------------------------------------------- /util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CR-Gjx/Suspicion-Agent/HEAD/util.py --------------------------------------------------------------------------------