Results 33 issues of Dries Smit

**Describe the bug** When using my own instance of Reverb and Launchpad I can scale up to 10 executors. However, when I use Mava I can only scale to 6...

bug

**Describe the bug** The method [recurrent_n_step_critic_loss](https://github.com/instadeepai/Mava/blob/develop/mava/components/tf/losses/sequence.py#L26) is broken in its current implementation. This method currently does not update the critic network for the last bootstrap_n timesteps.

bug

### Please describe what `needs` to be maintained? We recently found an error in SMAC where we use `dict.values()` on a dictionary where the order of the returned values are...

maintenance

### Describe the bug The trainer keeps sampling even if the executors crash. This means that the trainer must somehow sample data that the executor is not generating. This might...

bug

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.

Implement weight decay for the JAX IPPO system.

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

### Please describe the purpose of the feature. Is it related to a problem? Implement a method to automatically track code duplication in Mava. [Pylint](https://julien.duponchelle.info/python/detect-python-code-duplicate) has this functionality. Is it...

enhancement

### Feature Create a feature which allows a system to save its complete code to file. ### Proposal This component would provide a system with a `.compile()` functionality. When one...

enhancement

### Please describe the purpose of the feature. Is it related to a problem? Create an automated pipeline to easily run experiments on the SMAC environments as used in this...

enhancement