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
61 stars 6 forks source link

Feature/pre-processing utils #12

Closed OmaymaMahjoub closed 1 year ago

OmaymaMahjoub commented 1 year ago

What?

Create a function to fix the format of the json file in case of any errors.

Why?

A specific format is required in order to have matrices without any kind of errors

How?

Create a file data_preprocessing_util.py that include a function that will be immediately been called in case of any errors during the processing functions.