Skip to content

Commit cbc13d6

Browse files
committed
constellation build
1 parent 512fd3a commit cbc13d6

15 files changed

Lines changed: 257 additions & 369 deletions

constellation/cache_data.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
'pong',
1515
#'tower_climb',
1616
#'grid',
17+
'connect4',
1718
'nmmo3',
1819
#'snake',
1920
#'tripletriad'
@@ -287,7 +288,7 @@ def compute_tsne():
287288
except:
288289
breakpoint()
289290

290-
json.dump(all_data, open('constellation/default.json', 'w'))
291+
json.dump(all_data, open('resources/constellation/experiments.json', 'w'))
291292

292293
if __name__ == '__main__':
293294
compute_tsne()

0 commit comments

Comments
 (0)