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

gem-control finite 3 phase environments. #265

Open
bhk11 opened this issue Nov 21, 2024 · 1 comment
Open

gem-control finite 3 phase environments. #265

bhk11 opened this issue Nov 21, 2024 · 1 comment

Comments

@bhk11
Copy link
Member

bhk11 commented Nov 21, 2024

Currently is src/gem-controllers/stages/disc_output_stage.py the return for to_6b_discrete() not implemented and raises an error.
The old implementation return np.sum([a * 2 ** n for n, a in enumerate(multi_discrete_action[::-1])]) does not work as expected.

@bhk11
Copy link
Member Author

bhk11 commented Nov 22, 2024

image
Further information, the controller only applies action 0 with the old return of the function.
Thus, the controller don't follow the reference and the transient response due to the induced voltage is visible in the currents.

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

1 participant