Add no-longer-optional fields to system metadata
Browse files
systems/egg-discrimination/metadata.yml
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
origin:
|
2 |
name: egg-discrimination
|
3 |
source: https://github.com/facebookresearch/EGG
|
|
|
|
|
4 |
system:
|
5 |
game_type: signalling
|
6 |
game_subtype: discrimination
|
|
|
1 |
origin:
|
2 |
name: egg-discrimination
|
3 |
source: https://github.com/facebookresearch/EGG
|
4 |
+
upstream_source: https://github.com/facebookresearch/EGG
|
5 |
+
paper: null
|
6 |
system:
|
7 |
game_type: signalling
|
8 |
game_subtype: discrimination
|
systems/egg-discrimination/system.json
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
{
|
2 |
"origin": {
|
3 |
"name": "egg-discrimination",
|
4 |
-
"source": "https://github.com/facebookresearch/EGG"
|
|
|
|
|
5 |
},
|
6 |
"system": {
|
7 |
"game_type": "signalling",
|
|
|
1 |
{
|
2 |
"origin": {
|
3 |
"name": "egg-discrimination",
|
4 |
+
"source": "https://github.com/facebookresearch/EGG",
|
5 |
+
"upstream_source": "https://github.com/facebookresearch/EGG",
|
6 |
+
"paper": null
|
7 |
},
|
8 |
"system": {
|
9 |
"game_type": "signalling",
|
systems/egg-reconstruction/metadata.yml
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
origin:
|
2 |
name: egg-reconstruction
|
3 |
source: https://github.com/facebookresearch/EGG
|
|
|
|
|
4 |
system:
|
5 |
game_type: signalling
|
6 |
game_subtype: reconstruction
|
|
|
1 |
origin:
|
2 |
name: egg-reconstruction
|
3 |
source: https://github.com/facebookresearch/EGG
|
4 |
+
upstream_source: https://github.com/facebookresearch/EGG
|
5 |
+
paper: null
|
6 |
system:
|
7 |
game_type: signalling
|
8 |
game_subtype: reconstruction
|
systems/egg-reconstruction/system.json
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
{
|
2 |
"origin": {
|
3 |
"name": "egg-reconstruction",
|
4 |
-
"source": "https://github.com/facebookresearch/EGG"
|
|
|
|
|
5 |
},
|
6 |
"system": {
|
7 |
"game_type": "signalling",
|
|
|
1 |
{
|
2 |
"origin": {
|
3 |
"name": "egg-reconstruction",
|
4 |
+
"source": "https://github.com/facebookresearch/EGG",
|
5 |
+
"upstream_source": "https://github.com/facebookresearch/EGG",
|
6 |
+
"paper": null
|
7 |
},
|
8 |
"system": {
|
9 |
"game_type": "signalling",
|
systems/nav-to-center/metadata.yml
CHANGED
@@ -1,6 +1,7 @@
|
|
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:
|
6 |
game_type: navigation
|
|
|
1 |
origin:
|
2 |
name: nav-to-center
|
3 |
source: https://github.com/brendon-boldt/filex-emergent-language
|
4 |
+
upstream_source: https://github.com/brendon-boldt/filex-emergent-language
|
5 |
paper: https://openreview.net/forum?id=49A1Y6tRhaq
|
6 |
system:
|
7 |
game_type: navigation
|
systems/nav-to-center/system.json
CHANGED
@@ -2,6 +2,7 @@
|
|
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": {
|
|
|
2 |
"origin": {
|
3 |
"name": "nav-to-center",
|
4 |
"source": "https://github.com/brendon-boldt/filex-emergent-language",
|
5 |
+
"upstream_source": "https://github.com/brendon-boldt/filex-emergent-language",
|
6 |
"paper": "https://openreview.net/forum?id=49A1Y6tRhaq"
|
7 |
},
|
8 |
"system": {
|