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

Question about RL #2

Open
sparshgarg23 opened this issue Sep 10, 2020 · 1 comment
Open

Question about RL #2

sparshgarg23 opened this issue Sep 10, 2020 · 1 comment

Comments

@sparshgarg23
Copy link

So,I was doing some brush up on RL and uptil now what I have seen is that most Deep RLs like actor-critic/DDPG prefer to use MLP/fully connected layers.Now recently I came across the openai request for research ,where in they mentioned they would like us to investigate the effect of regularisation on different RL.One reason why there is no benefit in using regularisation is that RLs don't use complex models like ResNet
So the question is,are you aware of any work where the depth of the network in reinforcement learning is similar to some of the famous deep neural nets like SSD,YOLO etcIf yes can you please upload those links.

@eleurent
Copy link
Owner

Hi @sparshgarg23,
No, I am not aware of any work about with such sophisticated architectures (though I am admittedly not a deep RL expert).
MLP / CNN / LSTM are definitely preferred in most papers.

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

2 participants