instadeepai / marl-eval

A tool for aggregating and plotting MARL experiment data.
https://sites.google.com/view/marl-standard-protocol/home
Apache License 2.0
60 stars 6 forks source link

feat: JSON Files Merging Script #44

Closed OmaymaMahjoub closed 9 months ago

OmaymaMahjoub commented 9 months ago

What?

Add a function that helps in merging multiple json files that contains different algos or envs or tasks or seeds related to the same experiment setup in order to have a centralised json file that will be used in the plotting tools.

Why?

We often run experiments on different computes causing us to have the same benchmark experiments in different json files.

RuanJohn commented 9 months ago

Closing because the same code is in #45 and it is easier to review only one PR.