forked from HumanCompatibleAI/overcooked-demo
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
42 lines (42 loc) · 1.47 KB
/
config.json
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
{
"logfile" : "app.log",
"layouts" : ["asymmetric_advantages", "forced_coordination", "counter_circuit_o_1order", "cramped_room", "coordination_ring"],
"MAX_GAMES" : 10,
"MAX_GAME_LENGTH" : 120,
"AGENT_DIR" : "./static/assets/agents",
"MAX_FPS" : 5,
"psiturk" : {
"experimentParams" : {
"layouts" : ["counter_circuit", "cramped_room"],
"gameTime" : 11,
"playerZero" : "human",
"playerOne" : "human",
"randomized" : true
},
"lobbyWaitTime" : 300000
},
"tutorial" : {
"tutorialParams" : {
"layouts" : ["tutorial_3", "tutorial_2", "tutorial_1", "tutorial_0"],
"playerZero" : "human",
"playerOne" : "TutorialAI"
},
"tomato_value" : 13,
"onion_value" : 21
},
"agentComp" : {
"layouts" : ["asymmetric_advantages", "forced_coordination", "counter_circuit_o_1order", "cramped_room", "coordination_ring"],
"agents" : ["oai_sp", "oai_sp_edet", "oai_sp_det", "oai_sp_det_edet", "oai_bcp", "oai_bcp_edet", "oai_bcp_det", "oai_bcp_det_edet"],
"non_human_colors" : ["pink", "mint", "yellow", "burgundy", "cyan"],
"agent_pairs": [["oai_fcp","oai_fcp_edet"]],
"gameTime" : 80
},
"layout_globals" : {
"onion_value" : 21,
"tomato_value" : 13,
"onion_time" : 15,
"tomato_time" : 7,
"order_bonus" : 2,
"max_num_ingredients" : 3
}
}