-
Notifications
You must be signed in to change notification settings - Fork 26
/
config.json
36 lines (36 loc) · 1.28 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
{
"logfile" : "app.log",
"layouts" : ["cramped_room", "cramped_room_tomato", "asymmetric_advantages", "coordination_ring", "forced_coordination", "counter_circuit", "cramped_corridor", "marshmallow_experiment", "long_cook_time", "forced_coordination_tomato", "asymmetric_advantages_tomato", "marshmallow_experiment_coordination", "pipeline", "you_shall_not_pass", "tutorial_3"],
"MAX_GAMES" : 10,
"MAX_GAME_LENGTH" : 120,
"AGENT_DIR" : "./static/assets/agents",
"MAX_FPS" : 30,
"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",
"phaseTwoScore" : 34
},
"tomato_value" : 13,
"onion_value" : 21
},
"layout_globals" : {
"onion_value" : 21,
"tomato_value" : 13,
"onion_time" : 15,
"tomato_time" : 7,
"order_bonus" : 2,
"max_num_ingredients" : 3
}
}