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

object has no attribute 'steps' in acktr #283

Open sungreong opened 2 years ago

sungreong commented 2 years ago

If you create a2c model and then try to apply it to kfac, it says that there is no attribute called steps. After checking, it seems that not all attributes are defined. How should I solve this?

object has no attribute 'steps'