Hello, I wonder how can we get/generate the scores from the experiments of r2i. In the code, I saw the JSON logger writing to two files: 'metrics.jsonl' and 'scores.jsonl'. Neither of them has the same content format as the .json files under ./score in original DreamerV3 code, where each uncompressed .json file has the format:
task": "atari_battle_zone",
"method": "dreamerv3",
"seed": "3",
"xs": [ ...],
"ys": [ ...],
I'm trying to reproduce the results of r2i and am currently trying to plotting the performance curve. Thanks for your help!
Hello, I wonder how can we get/generate the scores from the experiments of r2i. In the code, I saw the JSON logger writing to two files: 'metrics.jsonl' and 'scores.jsonl'. Neither of them has the same content format as the
.jsonfiles under./scorein original DreamerV3 code, where each uncompressed.jsonfile has the format:I'm trying to reproduce the results of r2i and am currently trying to plotting the performance curve. Thanks for your help!