bboldt commited on
Commit
b3c660d
1 Parent(s): 5d223c9

Update JSON sytem metadata

Browse files
systems/babyai-sr/metadata.yml CHANGED
@@ -1,4 +1,5 @@
1
  origin:
 
2
  source: https://github.com/brendon-boldt/babyai_sr
3
  upstream_source: https://github.com/thomasaunger/babyai_sr
4
  paper: https://arxiv.org/abs/2001.01772
 
1
  origin:
2
+ name: babyai-sr
3
  source: https://github.com/brendon-boldt/babyai_sr
4
  upstream_source: https://github.com/thomasaunger/babyai_sr
5
  paper: https://arxiv.org/abs/2001.01772
systems/babyai-sr/system.json CHANGED
@@ -1 +1,97 @@
1
- [{"origin":{"source":"https://github.com/brendon-boldt/babyai_sr","upstream_source":"https://github.com/thomasaunger/babyai_sr","paper":"https://arxiv.org/abs/2001.01772"},"system":{"game_type":"navigation","game_subtype":"grid","data_source":"synthetic","observation_continuous":false,"observation_type":"vector","seeding_available":true,"multi_step":true,"multi_utterance":true,"more_than_2_agents":false,"symmetric_agents":false,"variants":{"GoToObj":{"env":"GoToObj"},"GoToObjLocked":{"env":"GoToObjLocked"},"GoToObjLocked_ambiguous":{"env":"GoToObjLocked_ambiguous"},"GoToObjLocked_ambiguous-freq_1":{"env":"GoToObjLocked_ambiguous","message_frequency":1},"GoToObjLocked_ambiguous-freq_2":{"env":"GoToObjLocked_ambiguous","message_frequency":2},"GoToObjLocked_ambiguous-freq_32":{"env":"GoToObjLocked_ambiguous","message_frequency":32},"GoToObjLocked_ambiguous-freq_4":{"env":"GoToObjLocked_ambiguous","message_frequency":4},"GoToObjLocked_ambiguous-msg_16":{"env":"GoToObjLocked_ambiguous","message_length":16,"vocab_size":16},"GoToObjLocked_ambiguous-msg_32":{"env":"GoToObjLocked_ambiguous","message_length":32,"vocab_size":32},"GoToObjLocked_ambiguous-msg_4":{"env":"GoToObjLocked_ambiguous","message_length":4,"vocab_size":4},"GoToObjUnlocked":{"env":"GoToObjUnlocked"},"GoToObjUnlocked-freq_1":{"env":"GoToObjUnlocked","message_frequency":1},"GoToObjUnlocked-freq_2":{"env":"GoToObjUnlocked","message_frequency":2},"GoToObjUnlocked-freq_32":{"env":"GoToObjUnlocked","message_frequency":32},"GoToObjUnlocked-freq_4":{"env":"GoToObjUnlocked","message_frequency":4},"GoToObjUnlocked-msg_16":{"env":"GoToObjUnlocked","message_length":16,"vocab_size":16},"GoToObjUnlocked-msg_32":{"env":"GoToObjUnlocked","message_length":32,"vocab_size":32},"GoToObjUnlocked-msg_4":{"env":"GoToObjUnlocked","message_length":4,"vocab_size":4}}},"notes":"Default\n message_frequency is every 8 steps,\n message_length is 8,\n vocab_size is 8.\n"}]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "origin": {
3
+ "name": "babyai-sr",
4
+ "source": "https://github.com/brendon-boldt/babyai_sr",
5
+ "upstream_source": "https://github.com/thomasaunger/babyai_sr",
6
+ "paper": "https://arxiv.org/abs/2001.01772"
7
+ },
8
+ "system": {
9
+ "game_type": "navigation",
10
+ "game_subtype": "grid",
11
+ "data_source": "synthetic",
12
+ "observation_continuous": false,
13
+ "observation_type": "vector",
14
+ "seeding_available": true,
15
+ "multi_step": true,
16
+ "multi_utterance": true,
17
+ "more_than_2_agents": false,
18
+ "symmetric_agents": false,
19
+ "variants": {
20
+ "GoToObj": {
21
+ "env": "GoToObj"
22
+ },
23
+ "GoToObjLocked": {
24
+ "env": "GoToObjLocked"
25
+ },
26
+ "GoToObjLocked_ambiguous": {
27
+ "env": "GoToObjLocked_ambiguous"
28
+ },
29
+ "GoToObjLocked_ambiguous-freq_1": {
30
+ "env": "GoToObjLocked_ambiguous",
31
+ "message_frequency": 1
32
+ },
33
+ "GoToObjLocked_ambiguous-freq_2": {
34
+ "env": "GoToObjLocked_ambiguous",
35
+ "message_frequency": 2
36
+ },
37
+ "GoToObjLocked_ambiguous-freq_32": {
38
+ "env": "GoToObjLocked_ambiguous",
39
+ "message_frequency": 32
40
+ },
41
+ "GoToObjLocked_ambiguous-freq_4": {
42
+ "env": "GoToObjLocked_ambiguous",
43
+ "message_frequency": 4
44
+ },
45
+ "GoToObjLocked_ambiguous-msg_16": {
46
+ "env": "GoToObjLocked_ambiguous",
47
+ "message_length": 16,
48
+ "vocab_size": 16
49
+ },
50
+ "GoToObjLocked_ambiguous-msg_32": {
51
+ "env": "GoToObjLocked_ambiguous",
52
+ "message_length": 32,
53
+ "vocab_size": 32
54
+ },
55
+ "GoToObjLocked_ambiguous-msg_4": {
56
+ "env": "GoToObjLocked_ambiguous",
57
+ "message_length": 4,
58
+ "vocab_size": 4
59
+ },
60
+ "GoToObjUnlocked": {
61
+ "env": "GoToObjUnlocked"
62
+ },
63
+ "GoToObjUnlocked-freq_1": {
64
+ "env": "GoToObjUnlocked",
65
+ "message_frequency": 1
66
+ },
67
+ "GoToObjUnlocked-freq_2": {
68
+ "env": "GoToObjUnlocked",
69
+ "message_frequency": 2
70
+ },
71
+ "GoToObjUnlocked-freq_32": {
72
+ "env": "GoToObjUnlocked",
73
+ "message_frequency": 32
74
+ },
75
+ "GoToObjUnlocked-freq_4": {
76
+ "env": "GoToObjUnlocked",
77
+ "message_frequency": 4
78
+ },
79
+ "GoToObjUnlocked-msg_16": {
80
+ "env": "GoToObjUnlocked",
81
+ "message_length": 16,
82
+ "vocab_size": 16
83
+ },
84
+ "GoToObjUnlocked-msg_32": {
85
+ "env": "GoToObjUnlocked",
86
+ "message_length": 32,
87
+ "vocab_size": 32
88
+ },
89
+ "GoToObjUnlocked-msg_4": {
90
+ "env": "GoToObjUnlocked",
91
+ "message_length": 4,
92
+ "vocab_size": 4
93
+ }
94
+ }
95
+ },
96
+ "notes": "Default\n message_frequency is every 8 steps,\n message_length is 8,\n vocab_size is 8.\n"
97
+ }
systems/corpus-transfer-yao-et-al/metadata.yml CHANGED
@@ -1,4 +1,5 @@
1
  origin:
 
2
  source: https://github.com/brendon-boldt/ec-nl
3
  upstream_source: https://github.com/ysymyth/ec-nl
4
  paper: https://openreview.net/forum?id=49A1Y6tRhaq
 
1
  origin:
2
+ name: corpus-transfer-yao-et-al
3
  source: https://github.com/brendon-boldt/ec-nl
4
  upstream_source: https://github.com/ysymyth/ec-nl
5
  paper: https://openreview.net/forum?id=49A1Y6tRhaq
systems/corpus-transfer-yao-et-al/system.json CHANGED
@@ -1 +1,28 @@
1
- [{"origin":{"source":"https://github.com/brendon-boldt/ec-nl","upstream_source":"https://github.com/ysymyth/ec-nl","paper":"https://openreview.net/forum?id=49A1Y6tRhaq"},"system":{"game_type":"signalling","game_subtype":"discrimination","observation_type":"image","observation_continuous":true,"data_source":"natural","seeding_available":true,"symmetric_agents":false,"multi_step":false,"multi_utterance":false,"more_than_2_agents":false,"variants":{"coco_2014":{"dataset":"coco_2014"},"cc":{"dataset":"conceptual_captions"}}}}]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "origin": {
3
+ "name": "corpus-transfer-yao-et-al",
4
+ "source": "https://github.com/brendon-boldt/ec-nl",
5
+ "upstream_source": "https://github.com/ysymyth/ec-nl",
6
+ "paper": "https://openreview.net/forum?id=49A1Y6tRhaq"
7
+ },
8
+ "system": {
9
+ "game_type": "signalling",
10
+ "game_subtype": "discrimination",
11
+ "observation_type": "image",
12
+ "observation_continuous": true,
13
+ "data_source": "natural",
14
+ "seeding_available": true,
15
+ "symmetric_agents": false,
16
+ "multi_step": false,
17
+ "multi_utterance": false,
18
+ "more_than_2_agents": false,
19
+ "variants": {
20
+ "coco_2014": {
21
+ "dataset": "coco_2014"
22
+ },
23
+ "cc": {
24
+ "dataset": "conceptual_captions"
25
+ }
26
+ }
27
+ }
28
+ }
systems/ec-at-scale/metadata.yml CHANGED
@@ -1,4 +1,5 @@
1
  origin:
 
2
  source: https://github.com/brendon-boldt/emergent_communication_at_scale
3
  upstream_source: https://github.com/google-deepmind/emergent_communication_at_scale
4
  paper: https://openreview.net/forum?id=AUGBfDIV9rL
 
1
  origin:
2
+ name: ec-at-scale
3
  source: https://github.com/brendon-boldt/emergent_communication_at_scale
4
  upstream_source: https://github.com/google-deepmind/emergent_communication_at_scale
5
  paper: https://openreview.net/forum?id=AUGBfDIV9rL
systems/ec-at-scale/system.json CHANGED
@@ -1 +1,42 @@
1
- [{"origin":{"source":"https://github.com/brendon-boldt/emergent_communication_at_scale","upstream_source":"https://github.com/google-deepmind/emergent_communication_at_scale","paper":"https://openreview.net/forum?id=AUGBfDIV9rL"},"system":{"game_type":"signalling","data_source":"natural","game_subtype":"discrimination","observation_type":"image","observation_continuous":true,"seeding_available":true,"multi_step":false,"more_than_2_agents":true,"multi_utterance":false,"symmetric_agents":false,"variants":{"imagenet-1x10":{"n_receivers":10,"n_senders":1},"imagenet-10x10":{"n_receivers":10,"n_senders":10},"imagenet-5x5":{"n_receivers":5,"n_senders":5},"imagenet-1x1":{"n_receivers":1,"n_senders":1},"imagenet-10x1":{"n_receivers":1,"n_senders":10}}}}]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "origin": {
3
+ "name": "ec-at-scale",
4
+ "source": "https://github.com/brendon-boldt/emergent_communication_at_scale",
5
+ "upstream_source": "https://github.com/google-deepmind/emergent_communication_at_scale",
6
+ "paper": "https://openreview.net/forum?id=AUGBfDIV9rL"
7
+ },
8
+ "system": {
9
+ "game_type": "signalling",
10
+ "data_source": "natural",
11
+ "game_subtype": "discrimination",
12
+ "observation_type": "image",
13
+ "observation_continuous": true,
14
+ "seeding_available": true,
15
+ "multi_step": false,
16
+ "more_than_2_agents": true,
17
+ "multi_utterance": false,
18
+ "symmetric_agents": false,
19
+ "variants": {
20
+ "imagenet-1x10": {
21
+ "n_receivers": 10,
22
+ "n_senders": 1
23
+ },
24
+ "imagenet-10x10": {
25
+ "n_receivers": 10,
26
+ "n_senders": 10
27
+ },
28
+ "imagenet-5x5": {
29
+ "n_receivers": 5,
30
+ "n_senders": 5
31
+ },
32
+ "imagenet-1x1": {
33
+ "n_receivers": 1,
34
+ "n_senders": 1
35
+ },
36
+ "imagenet-10x1": {
37
+ "n_receivers": 1,
38
+ "n_senders": 10
39
+ }
40
+ }
41
+ }
42
+ }
systems/egg-discrimination/metadata.yml CHANGED
@@ -1,4 +1,5 @@
1
  origin:
 
2
  source: https://github.com/facebookresearch/EGG
3
  system:
4
  game_type: signalling
 
1
  origin:
2
+ name: egg-discrimination
3
  source: https://github.com/facebookresearch/EGG
4
  system:
5
  game_type: signalling
systems/egg-discrimination/system.json CHANGED
@@ -1 +1,89 @@
1
- [{"origin":{"source":"https://github.com/facebookresearch/EGG"},"system":{"game_type":"signalling","game_subtype":"discrimination","observation_type":"vector","observation_continuous":false,"multi_step":false,"data_source":"synthetic","seeding_available":true,"symmetric_agents":false,"multi_utterance":false,"more_than_2_agents":false,"variants":{"4-attr_4-val_3-dist_0-seed":{"seed":0,"n_attributes":4,"n_values":4,"n_distractors":3},"4-attr_4-val_3-dist_1-seed":{"seed":1,"n_attributes":4,"n_values":4,"n_distractors":3},"4-attr_4-val_3-dist_2-seed":{"seed":2,"n_attributes":4,"n_values":4,"n_distractors":3},"6-attr_6-val_3-dist_0-seed":{"seed":0,"n_attributes":6,"n_values":6,"n_distractors":3},"6-attr_6-val_3-dist_1-seed":{"seed":1,"n_attributes":6,"n_values":6,"n_distractors":3},"6-attr_6-val_3-dist_2-seed":{"seed":2,"n_attributes":6,"n_values":6,"n_distractors":3},"6-attr_6-val_9-dist_0-seed":{"seed":0,"n_attributes":6,"n_values":6,"n_distractors":9},"6-attr_6-val_9-dist_1-seed":{"seed":1,"n_attributes":6,"n_values":6,"n_distractors":9},"6-attr_6-val_9-dist_2-seed":{"seed":2,"n_attributes":6,"n_values":6,"n_distractors":9},"8-attr_8-val_3-dist_0-seed":{"n_attributes":8,"n_values":8,"n_distractors":3},"8-attr_8-val_3-dist_1-seed":{"n_attributes":8,"n_values":8,"n_distractors":3},"8-attr_8-val_3-dist_2-seed":{"n_attributes":8,"n_values":8,"n_distractors":3}}}}]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "origin": {
3
+ "name": "egg-discrimination",
4
+ "source": "https://github.com/facebookresearch/EGG"
5
+ },
6
+ "system": {
7
+ "game_type": "signalling",
8
+ "game_subtype": "discrimination",
9
+ "observation_type": "vector",
10
+ "observation_continuous": false,
11
+ "multi_step": false,
12
+ "data_source": "synthetic",
13
+ "seeding_available": true,
14
+ "symmetric_agents": false,
15
+ "multi_utterance": false,
16
+ "more_than_2_agents": false,
17
+ "variants": {
18
+ "4-attr_4-val_3-dist_0-seed": {
19
+ "seed": 0,
20
+ "n_attributes": 4,
21
+ "n_values": 4,
22
+ "n_distractors": 3
23
+ },
24
+ "4-attr_4-val_3-dist_1-seed": {
25
+ "seed": 1,
26
+ "n_attributes": 4,
27
+ "n_values": 4,
28
+ "n_distractors": 3
29
+ },
30
+ "4-attr_4-val_3-dist_2-seed": {
31
+ "seed": 2,
32
+ "n_attributes": 4,
33
+ "n_values": 4,
34
+ "n_distractors": 3
35
+ },
36
+ "6-attr_6-val_3-dist_0-seed": {
37
+ "seed": 0,
38
+ "n_attributes": 6,
39
+ "n_values": 6,
40
+ "n_distractors": 3
41
+ },
42
+ "6-attr_6-val_3-dist_1-seed": {
43
+ "seed": 1,
44
+ "n_attributes": 6,
45
+ "n_values": 6,
46
+ "n_distractors": 3
47
+ },
48
+ "6-attr_6-val_3-dist_2-seed": {
49
+ "seed": 2,
50
+ "n_attributes": 6,
51
+ "n_values": 6,
52
+ "n_distractors": 3
53
+ },
54
+ "6-attr_6-val_9-dist_0-seed": {
55
+ "seed": 0,
56
+ "n_attributes": 6,
57
+ "n_values": 6,
58
+ "n_distractors": 9
59
+ },
60
+ "6-attr_6-val_9-dist_1-seed": {
61
+ "seed": 1,
62
+ "n_attributes": 6,
63
+ "n_values": 6,
64
+ "n_distractors": 9
65
+ },
66
+ "6-attr_6-val_9-dist_2-seed": {
67
+ "seed": 2,
68
+ "n_attributes": 6,
69
+ "n_values": 6,
70
+ "n_distractors": 9
71
+ },
72
+ "8-attr_8-val_3-dist_0-seed": {
73
+ "n_attributes": 8,
74
+ "n_values": 8,
75
+ "n_distractors": 3
76
+ },
77
+ "8-attr_8-val_3-dist_1-seed": {
78
+ "n_attributes": 8,
79
+ "n_values": 8,
80
+ "n_distractors": 3
81
+ },
82
+ "8-attr_8-val_3-dist_2-seed": {
83
+ "n_attributes": 8,
84
+ "n_values": 8,
85
+ "n_distractors": 3
86
+ }
87
+ }
88
+ }
89
+ }
systems/egg-reconstruction/metadata.yml CHANGED
@@ -1,4 +1,5 @@
1
  origin:
 
2
  source: https://github.com/facebookresearch/EGG
3
  system:
4
  game_type: signalling
 
1
  origin:
2
+ name: egg-reconstruction
3
  source: https://github.com/facebookresearch/EGG
4
  system:
5
  game_type: signalling
systems/egg-reconstruction/system.json CHANGED
@@ -1 +1,32 @@
1
- [{"origin":{"source":"https://github.com/facebookresearch/EGG"},"system":{"game_type":"signalling","game_subtype":"reconstruction","observation_type":"vector","observation_continuous":false,"multi_step":false,"data_source":"synthetic","seeding_available":true,"multi_utterance":false,"symmetric_agents":false,"more_than_2_agents":false,"variants":{"4-attr_4-val_10-vocab_10-len":{"n_attributes":4,"n_values":4},"6-attr_6-val_10-vocab_10-len":{"n_attributes":6,"n_values":6},"8-attr_8-val_10-vocab_10-len":{"n_attributes":8,"n_values":8}}}}]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "origin": {
3
+ "name": "egg-reconstruction",
4
+ "source": "https://github.com/facebookresearch/EGG"
5
+ },
6
+ "system": {
7
+ "game_type": "signalling",
8
+ "game_subtype": "reconstruction",
9
+ "observation_type": "vector",
10
+ "observation_continuous": false,
11
+ "multi_step": false,
12
+ "data_source": "synthetic",
13
+ "seeding_available": true,
14
+ "multi_utterance": false,
15
+ "symmetric_agents": false,
16
+ "more_than_2_agents": false,
17
+ "variants": {
18
+ "4-attr_4-val_10-vocab_10-len": {
19
+ "n_attributes": 4,
20
+ "n_values": 4
21
+ },
22
+ "6-attr_6-val_10-vocab_10-len": {
23
+ "n_attributes": 6,
24
+ "n_values": 6
25
+ },
26
+ "8-attr_8-val_10-vocab_10-len": {
27
+ "n_attributes": 8,
28
+ "n_values": 8
29
+ }
30
+ }
31
+ }
32
+ }
systems/generalizations-mu-goodman/metadata.yml CHANGED
@@ -1,4 +1,5 @@
1
  origin:
 
2
  source: https://github.com/brendon-boldt/emergent-generalization
3
  upstream_source: https://github.com/jayelm/emergent-generalization
4
  paper: https://openreview.net/forum?id=yq5MYHVaClG
 
1
  origin:
2
+ name: generalizations-mu-goodman
3
  source: https://github.com/brendon-boldt/emergent-generalization
4
  upstream_source: https://github.com/jayelm/emergent-generalization
5
  paper: https://openreview.net/forum?id=yq5MYHVaClG
systems/generalizations-mu-goodman/system.json CHANGED
@@ -1 +1,35 @@
1
- [{"origin":{"source":"https://github.com/brendon-boldt/emergent-generalization","upstream_source":"https://github.com/jayelm/emergent-generalization","paper":"https://openreview.net/forum?id=yq5MYHVaClG"},"system":{"game_type":"signalling","game_subtype":"discrimination","observation_type":"image","observation_continuous":true,"multi_step":false,"seeding_available":false,"data_source":"synthetic","multi_utterance":false,"more_than_2_agents":false,"symmetric_agents":false,"variants":{"shapeworld-reference":{},"shapeworld-set_reference":{},"shapeworld-concept":{},"cub-reference":{"data_source":"natural"},"cub-set_reference":{"data_source":"natural"},"cub-concept":{"data_source":"natural"}}},"notes":"The sampled output from this environment has both \"train\" (seen) and \"test\" (unseen) values. For now, we are just using the previously seen examples as we expect them to have better performance. The unseen examples could be included in the future (as separate corpora).\n"}]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "origin": {
3
+ "name": "generalizations-mu-goodman",
4
+ "source": "https://github.com/brendon-boldt/emergent-generalization",
5
+ "upstream_source": "https://github.com/jayelm/emergent-generalization",
6
+ "paper": "https://openreview.net/forum?id=yq5MYHVaClG"
7
+ },
8
+ "system": {
9
+ "game_type": "signalling",
10
+ "game_subtype": "discrimination",
11
+ "observation_type": "image",
12
+ "observation_continuous": true,
13
+ "multi_step": false,
14
+ "seeding_available": false,
15
+ "data_source": "synthetic",
16
+ "multi_utterance": false,
17
+ "more_than_2_agents": false,
18
+ "symmetric_agents": false,
19
+ "variants": {
20
+ "shapeworld-reference": {},
21
+ "shapeworld-set_reference": {},
22
+ "shapeworld-concept": {},
23
+ "cub-reference": {
24
+ "data_source": "natural"
25
+ },
26
+ "cub-set_reference": {
27
+ "data_source": "natural"
28
+ },
29
+ "cub-concept": {
30
+ "data_source": "natural"
31
+ }
32
+ }
33
+ },
34
+ "notes": "The sampled output from this environment has both \"train\" (seen) and \"test\" (unseen) values. For now, we are just using the previously seen examples as we expect them to have better performance. The unseen examples could be included in the future (as separate corpora).\n"
35
+ }
systems/nav-to-center/metadata.yml CHANGED
@@ -1,4 +1,5 @@
1
  origin:
 
2
  source: https://github.com/brendon-boldt/filex-emergent-language
3
  paper: https://openreview.net/forum?id=49A1Y6tRhaq
4
  system:
 
1
  origin:
2
+ name: nav-to-center
3
  source: https://github.com/brendon-boldt/filex-emergent-language
4
  paper: https://openreview.net/forum?id=49A1Y6tRhaq
5
  system:
systems/nav-to-center/system.json CHANGED
@@ -1 +1,81 @@
1
- [{"origin":{"source":"https://github.com/brendon-boldt/filex-emergent-language","paper":"https://openreview.net/forum?id=49A1Y6tRhaq"},"system":{"game_type":"navigation","game_subtype":"None","observation_type":"vector","observation_continuous":true,"data_source":"synthetic","seeding_available":false,"symmetric_agents":false,"multi_step":true,"multi_utterance":true,"more_than_2_agents":false,"variants":{"lexicon_size_11":{"vocab_size":11},"lexicon_size_118":{"vocab_size":118},"lexicon_size_17":{"vocab_size":17},"lexicon_size_174":{"vocab_size":114},"lexicon_size_25":{"vocab_size":25},"lexicon_size_255":{"vocab_size":255},"lexicon_size_37":{"vocab_size":37},"lexicon_size_54":{"vocab_size":54},"lexicon_size_7":{"vocab_size":7},"lexicon_size_80":{"vocab_size":80},"temperature_0.1":{"gumbel_softmax_temperature":0.1},"temperature_0.167":{"gumbel_softmax_temperature":0.167},"temperature_0.278":{"gumbel_softmax_temperature":0.278},"temperature_0.464":{"gumbel_softmax_temperature":0.464},"temperature_0.774":{"gumbel_softmax_temperature":0.774},"temperature_10":{"gumbel_softmax_temperature":10},"temperature_1.29":{"gumbel_softmax_temperature":1.29},"temperature_2.15":{"gumbel_softmax_temperature":2.15},"temperature_3.59":{"gumbel_softmax_temperature":3.59},"temperature_5.99":{"gumbel_softmax_temperature":5.99}}}}]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "origin": {
3
+ "name": "nav-to-center",
4
+ "source": "https://github.com/brendon-boldt/filex-emergent-language",
5
+ "paper": "https://openreview.net/forum?id=49A1Y6tRhaq"
6
+ },
7
+ "system": {
8
+ "game_type": "navigation",
9
+ "game_subtype": "None",
10
+ "observation_type": "vector",
11
+ "observation_continuous": true,
12
+ "data_source": "synthetic",
13
+ "seeding_available": false,
14
+ "symmetric_agents": false,
15
+ "multi_step": true,
16
+ "multi_utterance": true,
17
+ "more_than_2_agents": false,
18
+ "variants": {
19
+ "lexicon_size_11": {
20
+ "vocab_size": 11
21
+ },
22
+ "lexicon_size_118": {
23
+ "vocab_size": 118
24
+ },
25
+ "lexicon_size_17": {
26
+ "vocab_size": 17
27
+ },
28
+ "lexicon_size_174": {
29
+ "vocab_size": 114
30
+ },
31
+ "lexicon_size_25": {
32
+ "vocab_size": 25
33
+ },
34
+ "lexicon_size_255": {
35
+ "vocab_size": 255
36
+ },
37
+ "lexicon_size_37": {
38
+ "vocab_size": 37
39
+ },
40
+ "lexicon_size_54": {
41
+ "vocab_size": 54
42
+ },
43
+ "lexicon_size_7": {
44
+ "vocab_size": 7
45
+ },
46
+ "lexicon_size_80": {
47
+ "vocab_size": 80
48
+ },
49
+ "temperature_0.1": {
50
+ "gumbel_softmax_temperature": 0.1
51
+ },
52
+ "temperature_0.167": {
53
+ "gumbel_softmax_temperature": 0.167
54
+ },
55
+ "temperature_0.278": {
56
+ "gumbel_softmax_temperature": 0.278
57
+ },
58
+ "temperature_0.464": {
59
+ "gumbel_softmax_temperature": 0.464
60
+ },
61
+ "temperature_0.774": {
62
+ "gumbel_softmax_temperature": 0.774
63
+ },
64
+ "temperature_10": {
65
+ "gumbel_softmax_temperature": 10
66
+ },
67
+ "temperature_1.29": {
68
+ "gumbel_softmax_temperature": 1.29
69
+ },
70
+ "temperature_2.15": {
71
+ "gumbel_softmax_temperature": 2.15
72
+ },
73
+ "temperature_3.59": {
74
+ "gumbel_softmax_temperature": 3.59
75
+ },
76
+ "temperature_5.99": {
77
+ "gumbel_softmax_temperature": 5.99
78
+ }
79
+ }
80
+ }
81
+ }
systems/rlupus/metadata.yml CHANGED
@@ -1,4 +1,5 @@
1
  origin:
 
2
  source: https://github.com/brendon-boldt/rl_werewolf
3
  upstream_source: https://github.com/nicofirst1/rl_werewolf
4
  paper: https://arxiv.org/abs/2106.05018
 
1
  origin:
2
+ name: rlupus
3
  source: https://github.com/brendon-boldt/rl_werewolf
4
  upstream_source: https://github.com/nicofirst1/rl_werewolf
5
  paper: https://arxiv.org/abs/2106.05018
systems/rlupus/system.json CHANGED
@@ -1 +1,58 @@
1
- [{"origin":{"source":"https://github.com/brendon-boldt/rl_werewolf","upstream_source":"https://github.com/nicofirst1/rl_werewolf","paper":"https://arxiv.org/abs/2106.05018"},"system":{"game_type":"conversation","game_subtype":"social_deduction","observation_type":"vector","observation_continuous":false,"multi_step":true,"data_source":null,"seeding_available":false,"symmetric_agents":true,"more_than_2_agents":true,"multi_utterance":true,"variants":{"9-player.run-0":{"message_length":9,"vocab_size":9,"note":"reached 0.88 WR (win rate) in 38 hours (no automatic stopping)"},"9-player.run-1":{"message_length":9,"vocab_size":9,"note":"reached 0.44 WR, stopped at 48 hours"},"9-player.run-2":{"message_length":9,"vocab_size":9,"note":"reached 0.44 WR, stopped at 48 hours"},"9-player.run-3":{"message_length":9,"vocab_size":9,"note":"reached 0.44 WR, stopped at 37 hours"},"21-player.run-0":{"message_length":21,"vocab_size":21,"note":"reached 0.88 WR in 34 hours (no automatic stopping)"},"21-player.run-1":{"message_length":21,"vocab_size":21,"note":"reached 0.55 WR, stopped at 48 hours"},"21-player.run-2":{"message_length":21,"vocab_size":21,"note":"reached 0.85 WR in 28 hours"}}},"notes":"This environment is somewhat unstable and does not provide random seeding, so reproducing exact results is tricky. Nevertheless, environment converge about half of the time (i.e., reach 85% villager win rate before 48 hours of training). 9 player (~11M steps per hour). 21 player (~4M steps per hour).\n"}]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "origin": {
3
+ "name": "rlupus",
4
+ "source": "https://github.com/brendon-boldt/rl_werewolf",
5
+ "upstream_source": "https://github.com/nicofirst1/rl_werewolf",
6
+ "paper": "https://arxiv.org/abs/2106.05018"
7
+ },
8
+ "system": {
9
+ "game_type": "conversation",
10
+ "game_subtype": "social_deduction",
11
+ "observation_type": "vector",
12
+ "observation_continuous": false,
13
+ "multi_step": true,
14
+ "data_source": null,
15
+ "seeding_available": false,
16
+ "symmetric_agents": true,
17
+ "more_than_2_agents": true,
18
+ "multi_utterance": true,
19
+ "variants": {
20
+ "9-player.run-0": {
21
+ "message_length": 9,
22
+ "vocab_size": 9,
23
+ "note": "reached 0.88 WR (win rate) in 38 hours (no automatic stopping)"
24
+ },
25
+ "9-player.run-1": {
26
+ "message_length": 9,
27
+ "vocab_size": 9,
28
+ "note": "reached 0.44 WR, stopped at 48 hours"
29
+ },
30
+ "9-player.run-2": {
31
+ "message_length": 9,
32
+ "vocab_size": 9,
33
+ "note": "reached 0.44 WR, stopped at 48 hours"
34
+ },
35
+ "9-player.run-3": {
36
+ "message_length": 9,
37
+ "vocab_size": 9,
38
+ "note": "reached 0.44 WR, stopped at 37 hours"
39
+ },
40
+ "21-player.run-0": {
41
+ "message_length": 21,
42
+ "vocab_size": 21,
43
+ "note": "reached 0.88 WR in 34 hours (no automatic stopping)"
44
+ },
45
+ "21-player.run-1": {
46
+ "message_length": 21,
47
+ "vocab_size": 21,
48
+ "note": "reached 0.55 WR, stopped at 48 hours"
49
+ },
50
+ "21-player.run-2": {
51
+ "message_length": 21,
52
+ "vocab_size": 21,
53
+ "note": "reached 0.85 WR in 28 hours"
54
+ }
55
+ }
56
+ },
57
+ "notes": "This environment is somewhat unstable and does not provide random seeding, so reproducing exact results is tricky. Nevertheless, environment converge about half of the time (i.e., reach 85% villager win rate before 48 hours of training). 9 player (~11M steps per hour). 21 player (~4M steps per hour).\n"
58
+ }