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

[Question] Is there a way to adjust the joint action values using custom trajectory generator values in manager-based workflow code? #1528

Closed
H-Hisamichi opened this issue Dec 12, 2024 · 2 comments

Comments

@H-Hisamichi
Copy link

Dear All,

I created a trajectory generator for a robot with special movements.
How can I adjust the action values using this generator's values in a Manager-based Workflow?
I was able to implement it in the Direct Workflow.

Best regards,

@Mayankm96
Copy link
Contributor

The way I am doing it for my work is having the trajectory generator as a part of the command generator (depends on your application but for mine the goal is to track these demonstrations robustly so it made sense). Then I made a separate action term that gets the data from the command generator.

I hope this helps!

@H-Hisamichi
Copy link
Author

Hello @Mayankm96,

Thank you for the advice!
I plan to create an original action MDP and incorporate the generator values.

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