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

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

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

rqc1
Copy link
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
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