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

[Feature request] Allow different network architectures for off-policy actor/critic #113

Closed
araffin opened this issue Jul 20, 2020 · 0 comments · Fixed by #182
Closed

[Feature request] Allow different network architectures for off-policy actor/critic #113

araffin opened this issue Jul 20, 2020 · 0 comments · Fixed by #182
Labels
enhancement New feature or request

Comments

@araffin
Copy link
Member

araffin commented Jul 20, 2020

Currently, for on-policy algorithm we can specify net_arch=[dict(pi=[64], vf=[64])]

The idea would be to allow the same (expect the shared part which adds too much complexity) for off-policy algorithms:
net_arch=[dict(pi=[64], qf=[64])].

This should be fairly simple to implement.

@araffin araffin added enhancement New feature or request help wanted Help from contributors is welcomed labels Jul 20, 2020
@araffin araffin changed the title [New Feature] Allow different network architectures for off-policy actor/critic [Feature request] Allow different network architectures for off-policy actor/critic Jul 20, 2020
@araffin araffin removed the help wanted Help from contributors is welcomed label Oct 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant