Chris Nota

Results 17 issues of Chris Nota

Implement agents with recurrent networks. Further details TBD.

algorithm

Add multiagent presets for the [Butterfly continuous environments](https://www.pettingzoo.ml/butterfly).

enhancement

Improve multi-agent logging support. Specifically: For independent multiagents, store with different run IDs.

enhancement

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,...

documentation needed

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

algorithm

Add initial support for Parameter Sharing, at least for multiagent Atari.

enhancement

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...

refactor

The documentation is a little out of date and needs to be updated and rebuilt.

documentation needed