DRL_Learning: A learning framework of Deep Reinforcement Learning
- cuda = 11.7
- python = 3.8.18
- pytorch = 1.13.1
- gym = 0.25.2
- pygame = 2.5.2
- AttributeError:‘CartPoleEnv‘ object has no attribute ‘seed‘
- gym版本过高,降低gym版本
- pip uninstall gym
- pip install gym==0.25.2