Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Munchausen Reinforcement Learning #464

Open
3 tasks done
Paul-antoineLeTolguenec opened this issue Jun 25, 2024 · 0 comments
Open
3 tasks done

Adding Munchausen Reinforcement Learning #464

Paul-antoineLeTolguenec opened this issue Jun 25, 2024 · 0 comments

Comments

@Paul-antoineLeTolguenec

Problem Description

I propose to add a new algorithm : 'Munchausen Reinforcement Learning'
Paper link

Checklist

Current Behavior

No implementation of Munchausen

Expected Behavior

Implementation of Munchausen

Possible Solution

Implementation of Munchausen on DQN (at least) and eventually implement IQN ? and IQN + Munchausen ?

Steps to implement

On DQN implem : two terms to add in the TD-target (bleu term and red term as described in Paper link)
And softmax policy instead of epsilon-greedy
I already have an implementation (which needs cleaning). I'm just checking to see if it meets the repo's needs before doing the changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant