-
Thanks for your great work. I want to deploy the pretrained policy to the c++ project. How can i load the policy trained in python by brax in c++ project? Are mjx or brax supports c++ libraries to implement the policy model? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
btaba
Mar 13, 2024
Replies: 1 comment 1 reply
-
Hi @Rian-Jo , there are a few options out there, but none that seem super great. Here's one example https://github.com/google/jax/tree/main/jax/experimental/jax2tf |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Rian-Jo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Rian-Jo , there are a few options out there, but none that seem super great. Here's one example https://github.com/google/jax/tree/main/jax/experimental/jax2tf