File size: 1,648 Bytes
1d82fc7 b0ea62c | 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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 | {
"architecture": "SociAgentTransformer",
"d_model": 128,
"nhead": 8,
"num_layers": 4,
"d_ff": 256,
"num_experts": 4,
"feature_dim": 47,
"num_actions": 9,
"num_locations": 40,
"action_types": [
"move",
"work",
"eat",
"sleep",
"talk",
"exercise",
"shop",
"relax",
"wander"
],
"locations": [
"house_elena",
"house_marcus",
"house_helen",
"house_diana",
"house_kai",
"house_priya",
"house_james",
"house_rosa",
"house_yuki",
"house_frank",
"apartment_block_1",
"apartment_block_2",
"apartment_block_3",
"apt_northeast",
"apt_northwest",
"apt_southeast",
"apt_southwest",
"cafe",
"grocery",
"bar",
"restaurant",
"bakery",
"cinema",
"diner",
"pharmacy",
"office",
"office_tower",
"factory",
"school",
"hospital",
"park",
"gym",
"library",
"church",
"town_square",
"sports_field",
"street_north",
"street_south",
"street_east",
"street_west"
],
"action_durations": {
"move": 1,
"work": 4,
"eat": 2,
"sleep": 8,
"talk": 2,
"exercise": 3,
"shop": 2,
"relax": 2,
"wander": 1
},
"need_names": [
"hunger",
"energy",
"social",
"purpose",
"comfort",
"fun"
],
"personality_names": [
"openness",
"conscientiousness",
"extraversion",
"agreeableness",
"neuroticism"
],
"best_val_action_acc": 0.6343636363636364,
"training_samples": 99000,
"epochs": 30
} |