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

ADMM class is not used any where in the code? #4

Open
restart-again opened this issue Aug 16, 2024 · 1 comment
Open

ADMM class is not used any where in the code? #4

restart-again opened this issue Aug 16, 2024 · 1 comment

Comments

@restart-again
Copy link

Hi, thanks for your code sharing. I simply search how you use ADMM in all code files, but I only find ADMM class definition, it is not used anywhere in all the code files, a bit confused, you may can help on understanding it better, thanks.

@luopeng69131
Copy link

teal.test(

In this line, setting the admm iteration number;
self.ADMM = ADMM(

In teal simulation env, the admm is initialized;
action = self.ADMM.tune_action(self.obs, action, num_admm_step)

And in this line, the solution is fine tuned by admm.

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

No branches or pull requests

2 participants