Giter Club home page Giter Club logo

mtmfrl's Issues

Implementation of Boltzmann exploration

Hello! Your work on MTMFQ has solved the heterogeneous agents problem, and I have learned a lot from it. However, I do not quite understand the implementation of Boltzmann exploration in the code.

actions = np.argmax(actions, axis=1).astype(np.int32)

According to the blog and the interactive version, Boltzmann exploration approach involves choosing an action with weighted probabilities instead of always taking the optimal action. The original MFRL is also to select the optimal action directly instead of to sample from a certain distribution. So in my opinion, the Boltzmann exploration approach is not really used in mean-field methods.

Do you think my understanding of this is correct?

Agent attack within group, and the agents in the same group share Q networks.

  1. In the scenario configurations for the multibattle and multigather, the agents are allowed to attack within the group, that is, the attribution "attack_in_group" is set to True (or 1). Is there any insight into such a setting? This seems contrary to the description of the paper in Sec. 5 paragraph 2, where the setting requires the agents in the same group to be cooperative.
  2. From the algorithm description, each agent will maintain a separate Q network (also target Q network), but in the implementation, it seems that a group of agents will share one Q network (also target Q network). Is there any insight into such a design?

Cannot find "spawn_ai"

Cannot find the file "spawn_ai" is imported from in train_battle.py in the multi battle folder

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.