labmlai/annotated_deep_learning_paper_implementations

ppo code running error

cxw-droid opened this issue ยท 0 comments

Hello, can you take a look at the following error? Thanks.

run code experiment.py

obs = cv2.cvtColor(obs, cv2.COLOR_RGB2GRAY)

cv2.error: OpenCV(4.9.0) ๐Ÿ‘Ž error: (-5:Bad argument) in function 'cvtColor'
Overload resolution failed:

  • src is not a numerical tuple
  • Expected Ptrcv::UMat for argument 'src'