AutoPentest-DRL icon indicating copy to clipboard operation
AutoPentest-DRL copied to clipboard

Common Issues and Fixes

Open kromy opened this issue 1 year ago • 0 comments

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

kromy avatar Feb 27 '24 19:02 kromy