davide97l / rl-policies-attacks-defenses

Adversarial attacks on Deep Reinforcement Learning (RL)
MIT License
76 stars 12 forks source link

about gym env #20

Closed GongYanfu closed 1 year ago

GongYanfu commented 1 year ago

After installed the dependencies in the requirements.txt, I cannt run this command successfully: python atari_dqn.py --resume_path "log/PongNoFrameskip-v4/dqn/policy.pth" --watch --test_num 10 --task "PongNoFrameskip-v4"

For me, there is a problem as below: gym.error.NameNotFound: Environment PongNoFrameskip doesn't exist. image

GongYanfu commented 1 year ago

already solved