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!
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