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

compared algorithm question #42

Open
hurong971013 opened this issue Aug 9, 2021 · 2 comments
Open

compared algorithm question #42

hurong971013 opened this issue Aug 9, 2021 · 2 comments

Comments

@hurong971013
Copy link

Could you please tell me the computional cost of ORCA, CADRL, LSTM-RL and SARL?
I feel that these algorithms are not in the same category. It is not easy to compare. ORCA may perform best in other environments. Is that true? What is their computational cost?

@ChanganVR
Copy link
Contributor

What kinda of computational cost? Do you mean training or test time? ORCRA does not need training and the rest are learning based. At test time, I think ORCA also runs faster since the other are based on neural networks. But performance-wise, it is much lower than other algorithms.

@hurong971013
Copy link
Author

Thank you. I get it.

What kinda of computational cost? Do you mean training or test time? ORCRA does not need training and the rest are learning based. At test time, I think ORCA also runs faster since the other are based on neural networks. But performance-wise, it is much lower than other algorithms.

Thank you. I get it.

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