NetworkAttackSimulator icon indicating copy to clipboard operation
NetworkAttackSimulator copied to clipboard

Fix data type conflict in agents file

Open nguyen-thanh20 opened this issue 2 years ago • 0 comments

When using the latest version of Nasim, a type conflict occurs when running the random_agent, bruteforce_agent, and ql_replay_agent files. Specifically, the numpy.int64 type cannot be cast to an int type.

nguyen-thanh20 avatar Jul 04 '23 12:07 nguyen-thanh20