GithubHelp home page GithubHelp logo

Algorithmic open source about marl_cavs HOT 4 OPEN

zcysun avatar zcysun commented on June 27, 2024
Algorithmic open source

from marl_cavs.

Comments (4)

DongChen06 avatar DongChen06 commented on June 27, 2024

Hi, thanks for your interesting, the codes are already open-sourced. Please check the readme. MASAC is not the algorithm we proposed in the paper

from marl_cavs.

zcysun avatar zcysun commented on June 27, 2024

Thank you for your response!

I reviewed the README file and noticed that you have open-sourced four algorithms: MAA2C, MAPPO, MAACKTR, and MADQN. Additionally, I saw that in the Training Curves section of the README, MAA2C, MAPPO, and MAACKTR are the baseline algorithms you used for comparison. I recall that you mentioned in your paper that your proposed algorithm is an improved version based on A2C.

Therefore,I have three questions I hope you can help me with:

  1. Are your baseline algorithms the ones mentioned above (without parameter sharing, action masking, local reward design, and a priority-based safety supervisor), and is the "ours" algorithm the MAA2C with the new features added? (Referring to the MAA2C source code in the link: https://drive.google.com/drive/folders/1CPOOYSQzqc0_XUr8durNWDUBv66PUHaM, as mentioned in issue #27)

  2. Are the new features toggled in the following sections?
    - Safety supervisor: config.[ENV_CONFIG].safety_guarantee
    - Regional reward: config.[MODEL_CONFIG].reward_type
    - Action masking: config.[MODEL_CONFIG].action_masking
    - Parameter sharing: not found

  3. Where should parameter sharing be adjusted (if it can be adjusted)?

Thank you for your response, and best of luck with your research!

from marl_cavs.

DongChen06 avatar DongChen06 commented on June 27, 2024

Thank you for your response!

I reviewed the README file and noticed that you have open-sourced four algorithms: MAA2C, MAPPO, MAACKTR, and MADQN. Additionally, I saw that in the Training Curves section of the README, MAA2C, MAPPO, and MAACKTR are the baseline algorithms you used for comparison. I recall that you mentioned in your paper that your proposed algorithm is an improved version based on A2C.

Therefore,I have three questions I hope you can help me with:

  1. Are your baseline algorithms the ones mentioned above (without parameter sharing, action masking, local reward design, and a priority-based safety supervisor), and is the "ours" algorithm the MAA2C with the new features added? (Referring to the MAA2C source code in the link: https://drive.google.com/drive/folders/1CPOOYSQzqc0_XUr8durNWDUBv66PUHaM, as mentioned in issue About the baseline in the paper #27)
  2. Are the new features toggled in the following sections?
    • Safety supervisor: config.[ENV_CONFIG].safety_guarantee
    • Regional reward: config.[MODEL_CONFIG].reward_type
    • Action masking: config.[MODEL_CONFIG].action_masking
    • Parameter sharing: not found
  3. Where should parameter sharing be adjusted (if it can be adjusted)?

Thank you for your response, and best of luck with your research!

  1. Yes, the google drive link contains the main codes with all features.
  2. Yes, all the features can be tuned in the configure file
  3. If parameter sharing means the parameter sharing among agents, that is included in the network, you may find it in the model files. If you mean parameter sharing between actor and critic networks, you can set `shared_network = True'
    Thanks

from marl_cavs.

zcysun avatar zcysun commented on June 27, 2024

Thanks for your reply!

from marl_cavs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.