IQN-and-Extensions icon indicating copy to clipboard operation
IQN-and-Extensions copied to clipboard

Fix error of get_action in script version

Open Jasonxu1225 opened this issue 2 years ago • 0 comments

In the paper, we should use K to get action. So I think the script version is wrong because it use N to get_action instead of K. (Although the paper says that IQN Is not sensitive to the value of K). So I modify the IQN to get_action with K, which corresponding to the paper. image

Jasonxu1225 avatar Mar 04 '23 09:03 Jasonxu1225