behzadanksu / rl-attack

Adversarial Example Attacks on Policy Learners
MIT License
39 stars 7 forks source link

Gym Monitoring #3

Open ThomasZav opened 5 years ago

ThomasZav commented 5 years ago

Hello,

When I run

python3 train.py --env Breakout --noisy --save-dir ./data/Breakout/ --attack fgsm --num-steps 200000000 --attack-prob 1.0

I get the following bug,

from gym.monitoring import VideoRecorder ModuleNotFoundError: No module named 'gym.monitoring'

How can I get the gym.monitoring? I guess it is not installed with pip install e .

mumuyanyan commented 4 years ago

Hello,

When I run

python3 train.py --env Breakout --noisy --save-dir ./data/Breakout/ --attack fgsm --num-steps 200000000 --attack-prob 1.0

I get the following bug,

from gym.monitoring import VideoRecorder ModuleNotFoundError: No module named 'gym.monitoring'

How can I get the gym.monitoring? I guess it is not installed with pip install e .

i have the same problem

aashdown2001 commented 7 months ago

very similar issue....was this solved?

AttributeError: module 'gym.wrappers' has no attribute 'Monitor'