NetworkAttackSimulator
NetworkAttackSimulator copied to clipboard
Fix data type conflict in agents file
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.