Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 431 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 431 Bytes

Description

DRL_Learning: A learning framework of Deep Reinforcement Learning

Envirinment

  • cuda = 11.7
  • python = 3.8.18
  • pytorch = 1.13.1
  • gym = 0.25.2
  • pygame = 2.5.2

Tips1:

  • AttributeError:‘CartPoleEnv‘ object has no attribute ‘seed‘
  • gym版本过高,降低gym版本
  • pip uninstall gym
  • pip install gym==0.25.2