Mava icon indicating copy to clipboard operation
Mava copied to clipboard

🦁 A research-friendly codebase for fast experimentation of multi-agent reinforcement learning in JAX

Results 160 Mava issues
Sort by recently updated
recently updated
newest added

## What? - Add an environment wrapper that stacks new observation to past observations for training. ## Why? - This is one of the suggestion in Yu et al (2021)...

size/L
benchmark required

### Feature Terminate an experiment when one of the nodes has an error. This feature will be helpful in case of running multipple experiments, in case one of the experiment...

enhancement

## What? Created a logger that can write data from the evaluator process to a structured json file. ## Why? This will enable for the usage of the EMARL repo...

enhancement
size/XL

## What? - Re-add obs network. - Remove assert that breaks on nested observations. ## Why? - Certain envs uses obs networks e.g. pong. ## How? - ## Extra -

size/L
benchmark required

### Please describe what needs to be maintained? Remove melting pot. Also remove Openspiel from setup.py. ### Describe the outcome you'd like Mava won't support melting-pot environment for the current...

maintenance

Currently, we do not have tests for files in the IPPO folder. This includes the IPPO networks. It might be worthwhile including tests for some of these files.

### Please describe the purpose of the feature. Is it related to a problem? When using feedforward policies, partial observability can be handled by using multiple observations instead of only...

enhancement

Implement weight decay for the JAX IPPO system.

enhancement

### Please describe the purpose of the feature. Is it related to a problem? It would be nice if we logged config/hyperparams on tensorboard. This will make doing things like...

enhancement

### Please describe the purpose of the feature. Is it related to a problem? Arnu: The `on_execution_init_end` hook seems to play a similar role to the trainer's `on_training_utility_fns`, which creates...

enhancement