Chris Nota
Chris Nota
Add multiagent presets for the [Butterfly continuous environments](https://www.pettingzoo.ml/butterfly).
Improve multi-agent logging support. Specifically: For independent multiagents, store with different run IDs.
It's a little thin right now, and some of the info is out of date. Would be good to add more information about GitFlow, unit testing, code style, the setup.py,...
Add implementation of [TD3](https://arxiv.org/abs/1802.09477). See also: https://github.com/syuntoku14/pytorch-rl-il/blob/develop/rlil/agents/td3.py
Add initial support for Parameter Sharing, at least for multiagent Atari.
The tests depend on the [torch-torching](https://pypi.org/project/torch-testing/) library. It appears that this is not being maintained, so it would be good to refactor this tests such that the dependency can be...
The documentation is a little out of date and needs to be updated and rebuilt.