YiqinYang / ICQ

Codes accompanying the paper "Believe What You See: Implicit Constraint Approach for Offline Multi-Agent Reinforcement Learning" (NeurIPS 2021 Spotlight https://arxiv.org/abs/2106.03400)
70 stars 8 forks source link

The code of modules in ICQ-MA is missing. #2

Closed TianQi-777 closed 3 years ago

TianQi-777 commented 3 years ago

Hello, thank you for sharing the latest version of ICQ-MA code, but the code of modules is missing, resulting in unable to run MARL version.

YiqinYang commented 3 years ago

Thanks for your valuable comment. I missed this file yesterday. I have uploaded the modules files just now. Please try again.

TianQi-777 commented 3 years ago

Thanks for the timely update, but the episode_buffer.py (maybe include action_selectors.py) is still missing in components

YiqinYang commented 3 years ago

Thanks for your reply. I have uploaded the episode_buffer.py and action_selectors.py.

TianQi-777 commented 3 years ago

It seems that 3s_vs_3z.h5 is broken after being downloaded, but the main body of the code can run correctly (I didn't use 3s_vs_3z.h5, but wrote some alternative codes). Overall a good job :)

YiqinYang commented 3 years ago

We appreciate the comments, and we have uploaded the new 3s_vs_3z.h5. It seems that there are often problems when uploading on Github.