rl-attack-detection icon indicating copy to clipboard operation
rl-attack-detection copied to clipboard

Code for "Detecting Adversarial Attacks on Neural Network Policies with Visual Foresight"

Results 3 rl-attack-detection issues
Sort by recently updated
recently updated
newest added

Hi, I got this issue when running the code: File "/home/ubuntu/src/cleverhans/cleverhans/attacks/__init__.py", line 27, in from cleverhans.attacks.spsa import SPSA, projected_optimization File "/home/ubuntu/src/cleverhans/cleverhans/attacks/spsa.py", line 9, in import tensorflow_addons as tfa ModuleNotFoundError: No...

May I ask how did you train your agent? I used the standard baselines method: `python -m baselines.run --alg=deepq --env=PongNoFrameskip-v4 --num_timesteps=1e7 --save_path=~/models/pong_10M_deepq ` However, the trained model cannot be used...