graph_adversarial_attack icon indicating copy to clipboard operation
graph_adversarial_attack copied to clipboard

Question on the hash_state_action function

Open xiaojunxu opened this issue 6 years ago • 0 comments

https://github.com/Hanjun-Dai/graph_adversarial_attack/blob/57b2853d32e2412dba2c78d10b9a1659954cc49b/code/graph_attack/nstep_replay_mem.py#L54-L66

Is this hash function problematic? It seems that this function is equivalent to key = a_t % base.

xiaojunxu avatar Jul 24 '18 11:07 xiaojunxu