instadeepai / og-marl

Datasets with baselines for offline multi-agent reinforcement learning.
https://instadeepai.github.io/og-marl/
Apache License 2.0
148 stars 13 forks source link

Can't get data in baselines-code branch #50

Closed ZijunSong closed 1 month ago

ZijunSong commented 1 month ago

Hello! I apologize for bothering you again, but I am currently trying to run the code from the baselines-code branch. Following your instructions, I successfully set up the environment. However, when I run main.py, I noticed that the dataset path in offline_dataset.py is not accessible. Could you please clarify whether the path has been changed, or if there might be an issue on my end? Additionally, I would like to know if I can still access your dataset. Thank you for your assistance!

jcformanek commented 1 month ago

Hi there, all the baseline code should now be on the main branch.

Can you tell me exactly which datasets you want to run? Are you talking about the ones from other authors? You can see all the download links in this file on the main branch: og_marl/vault_utils/download_vault.py

You can also download the datasets from HuggingFace: https://huggingface.co/datasets/InstaDeepAI/og-marl

ZijunSong commented 1 month ago

Thank you for your help!