-
Hey, I would like to add dropout layers into mu DQN model. A dropout is a layer useful for training a more robust model by randomly removing some values during the training in order to generalize it. Is it possible to add it with the config file ? Did not find this information into the documentation. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi, thank you for raising this issue. We plan to implement the ability to add layers via the config file within this week. We will open a pull request once this feature is ready. Please keep an eye on the repository for updates. |
Beta Was this translation helpful? Give feedback.
-
@sallem, hi, in which environments you plan to use DQN? |
Beta Was this translation helpful? Give feedback.
-
Hi, the dropout control has been implemented in pull request #712 . You can now add a |
Beta Was this translation helpful? Give feedback.
Hi, thank you for raising this issue.
We plan to implement the ability to add layers via the config file within this week. We will open a pull request once this feature is ready. Please keep an eye on the repository for updates.