I have trained a algorithm on Carla environment, using Ray cluster. I wanted to do the inference. May i know how i can do that, kindly help.
Asked
Active
Viewed 100 times
1
-
Can you provide more details? Assuming you used RLlib, you can use the `Agent`'s `export_policy_model` method to export the policy. – Robert Nishihara Feb 22 '19 at 22:06