amiralansary / rl-medical

Deep Reinforcement Learning (DRL) agents applied to medical images
Apache License 2.0
177 stars 69 forks source link

A Question about medical.py #17

Closed LeeKeyu closed 4 years ago

LeeKeyu commented 4 years ago

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

LeeKeyu commented 4 years ago

Understood it after re-read your paper. Thanks!