pfnet / pfrl

PFRL: a PyTorch-based deep reinforcement learning library
MIT License
1.18k stars 158 forks source link

[WIP] MDQN #74

Open marioyc opened 4 years ago

marioyc commented 4 years ago

Adds MDQN according to: https://arxiv.org/abs/2007.14430 Reference implementation: https://github.com/google-research/google-research/tree/master/munchausen_rl

neevparikh commented 3 years ago

This would be really cool to have! Any updates on integrating this in the main repo?