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(lxy): add dropout layers to dqn #712

Merged
merged 5 commits into from
Aug 28, 2023

Conversation

karroyan
Copy link
Collaborator

@karroyan karroyan commented Aug 23, 2023

Description

add dropout layers to dqn encoders and heads
also add an option in config to control the dropout layer

Related Issue

#705

TODO

Check List

  • merge the latest version source branch/repo, and resolve all the conflicts
  • pass style check
  • pass all the tests

@karroyan karroyan added the enhancement New feature or request label Aug 23, 2023
.github/workflows/platform_test.yml Outdated Show resolved Hide resolved
ding/model/common/encoder.py Show resolved Hide resolved
ding/torch_utils/network/res_block.py Outdated Show resolved Hide resolved
ding/model/template/q_learning.py Show resolved Hide resolved
@PaParaZz1 PaParaZz1 merged commit 0968250 into opendilab:main Aug 28, 2023
9 of 18 checks passed
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 this pull request may close these issues.

2 participants