Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting raw data for plots #7

Open
LYK-love opened this issue Apr 22, 2024 · 1 comment
Open

Getting raw data for plots #7

LYK-love opened this issue Apr 22, 2024 · 1 comment
Assignees

Comments

@LYK-love
Copy link

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!

@artemZholus artemZholus self-assigned this Apr 22, 2024
@artemZholus
Copy link
Collaborator

Hi @LYK-love . We did all the logging for our work in wandb so I can export them and upload to our repo within the same format as DreamerV3 did. I will do that in a day or two.

@artemZholus artemZholus changed the title How can we get the scores Getting raw data for plots Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants