lucidrains / streaming-deep-rl

Explorations into the proposed Streaming Deep Reinforcement Learning, from University of Alberta
MIT License
9 stars 0 forks source link

Sharing the official repo #1

Open mohmdelsayed opened 4 hours ago

mohmdelsayed commented 4 hours ago

Hi @lucidrains!

This is Mohamed, one of the authors of the streaming deep RL paper. I came across your repo, and I see that you're working on reproducing our Stream Q(λ) algorithm. I appreciate your interest! I just wanted to share with you that we released our code a few days ago in case you want to use it as a reference. I'm happy that you're trying to integrate Stream Q(λ) into more complex setups. Please let me know if you have any questions. Thanks!

https://github.com/mohmdelsayed/streaming-drl

lucidrains commented 2 hours ago

oh hey Mohamed! this is a very cool paper! 🙏

I had no idea you open sourced it, must have missed the link in the paper. I will add a link to your official repo, but will bring it to completion here to see if I can modularize some logic for use in q-transformers

Thank you!