mmorris44

Results 16 issues of mmorris44

### Feature A clear and concise description of the feature to be implemented and why. ### Proposal A plan or brief overview of how the feature will be implemented. ###...

enhancement

### Describe the bug Numpy version needs fixing. ### To Reproduce Steps to reproduce the behaviour: 1. `make build version=jax-core` 2. `make bash version=jax-core` 3. `python examples/jax/debugging/simple_spread/feedforward/decentralised/run_mappo.py` 4. See first...

bug

## What? Added Traffic Junction to Mava. ## Why? To enable testing of MARL systems requiring communication. Env is unsolvable without communication. ## How? - Added Traffic Junction (TJ) env...

size/XXL

### What do you want to test? Full integration test for parameter server. ### Outline of test structure Should use all components typically found in the parameter server and run...

test

### What do you want to test? Full integration test for data server. ### Outline of test structure Should use all components typically found in the data server and run...

test

## What? Added functionality for GDNs in Mava. ## Why? GDNs enable communication. ## How? TODO: populate this with list of changes. ## Extra Closes #639. Closes #640.

size/XXL

### What do you want to test? Full integration test for trainer. ### Outline of test structure Should use all components typically found in the trainer and run without error,...

test

### What do you want to test? Full integration test for executor. ### Outline of test structure Should use all components typically found in the executor and run without error,...

test

### Please describe the purpose of the feature. Is it related to a problem? A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]...

enhancement

### What do you want to investigate? Remove component names entirely. When storing components in a system, store them as a dictionary of `{component name: component}` instead of a list...