ikostrikov / pytorch-a2c-ppo-acktr-gail

PyTorch implementation of Advantage Actor Critic (A2C), Proximal Policy Optimization (PPO), Scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation (ACKTR) and Generative Adversarial Imitation Learning (GAIL).
MIT License
3.57k stars 829 forks source link

Can not run enjoy.py #277

Open juanjuan2 opened 3 years ago

juanjuan2 commented 3 years ago

can not run enjoy.py due to "Can't get attribute 'CNNPolicy' on <module 'model' from 'a2c_ppo_acktr\model.py'>" and I cannot find CNNPolicy in model.py