Skip to content

16 dqnmake sure predicton of minimazer is not larger than prediction of maximazer#19

Open
rqc1 wants to merge 10 commits intomainfrom
16-dqnmake-sure-predicton-of-minimazer-is-not-larger-than-prediction-of-maximazer
Open

16 dqnmake sure predicton of minimazer is not larger than prediction of maximazer#19
rqc1 wants to merge 10 commits intomainfrom
16-dqnmake-sure-predicton-of-minimazer-is-not-larger-than-prediction-of-maximazer

Conversation

@rqc1
Copy link
Copy Markdown
Contributor

@rqc1 rqc1 commented Aug 22, 2024

I devoloped an extra lawyer for layers_not_dependent_on_agent_parameters called MaxMinLayer for take sure that max is max(max, min) and min is min(max, min).
Layer computes M_k = (Qmin_k + Qmax_k) / 2 and then output min(Qmin_k, M_k) and output max(Qmax_k, M_k).

@rqc1
Copy link
Copy Markdown
Contributor Author

rqc1 commented Sep 23, 2024

Can we merge it to the main branch?

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

Successfully merging this pull request may close these issues.

[DQN] Make sure predicton for minimizer is not larger than prediction for maximizer

3 participants