Mava icon indicating copy to clipboard operation
Mava copied to clipboard

feat: MADQN executor is added.

Open nima-siboni opened this issue 2 years ago • 0 comments

Resolves Issue #503

What?

MADQN's executor is implemented.

Why?

The first step towards a complete MADQN system.

How?

The MAPPO design in jax/systems/mappo and its executor are modified for which :

  • FeedforwardExecutorSelectAction is changed to FeedforwardExecutorSelectActionValueBased
  • PPONetworks is changed to DQNNetworks
  • EpsilonScheduler is added to the system design [Describe how the change was made i.e. describe technically what the change does.]

Extra

nima-siboni avatar May 06 '22 14:05 nima-siboni