AutoPentest-DRL
AutoPentest-DRL copied to clipboard
Common Issues and Fixes
Salam all,
this is just to point out some of the issues and fixes:
Ensure MULVAL is installed successfully and tested as beelow: https://github.com/risksense/mulval/issues/12
ensure to replace "np.float" with "float" or "np.float64"in the files DQN/learn/generateMap.py and DQN/confirm_path.py.
ensure to update the gym in requirements with gym==0.13.0 , then install again using pip3 install -r requirement.txt