POMDP — Good resourcesThis post is to show some good resources/posts that I used for POMDP learning.Nov 1, 2020Nov 1, 2020
push_back vs emplace_back in C++Recently I came across a question regarding how/when to use push_back and emplace_back in C++ for vector or other containers. I believe…Oct 9, 2020Oct 9, 2020
Eligibility trace in Temporal difference learningQuestion: what is eligibility trace in temporal difference learning (TD(lambda))? and why do we need eligibility trace?Sep 30, 2020Sep 30, 2020
Good explanation of slicing notation PythonThe slicing notation is commonly used for matrix or array operation, and in order to understand how the slicing notation for python works…Feb 18, 2020Feb 18, 2020
Check Tensorflow-gpu, Cuda, cuDNN version in LinuxYou can check your cuda version using nvcc --versionJul 28, 2019Jul 28, 2019