amiralansary/rl-medical

A Question about medical.py

Closed this issue · 1 comments

Dear Amir Alansary,

Thanks for your work. I have a question about the environment "medical.py" when reading your code, in line 460 in definition of the function getBestLocation():
Why do you use "best_idx = best_qvalues.argmin()" instead of argmax() to get the best location with best q value?
Hope you can help me understand it. Thank you a lot!

Best,
Keyu

Understood it after re-read your paper. Thanks!