Kaixhin / Rainbow

Rainbow: Combining Improvements in Deep Reinforcement Learning
MIT License
1.56k stars 282 forks source link

Asynchronous Multi-agent Rainbow #20

Closed marintoro closed 6 years ago

marintoro commented 6 years ago

Hi,

I am currently using your code to communicate with the autonomous car simulator Carla, for the moment it's showing decent result (at least it can learn something). I will now implement asynchronous multi-agent for Rainbow and before starting doing it, I just wanted to know if you already worked on it? I will submit a pull request when it will be ready if it's ok for you.

Kaixhin commented 6 years ago

I'm trying to keep this as close to the original paper as possible. If you've got performance improvements then they'd be very welcome, or possibly generalisations that don't add much to the code/runtime, but otherwise it's probably better to either keep a separate fork or a new repository as appropriate.