DeepRL_Algorithms icon indicating copy to clipboard operation
DeepRL_Algorithms copied to clipboard

A issuer about run main.py

Open Weiwell opened this issue 2 years ago • 1 comments

There is a error like this: AttributeError: 'MountainCarEnv' object has no attribute 'seed' How to solve it ?Thank you!

Weiwell avatar Nov 12 '23 12:11 Weiwell

Maybe there's an update on the Gym MountainCarEnv interface, you can adapt your code to the latest gym version or keep the same version exactly with this project, Hope this helps ~

RITCHIEHuang avatar Dec 29 '23 08:12 RITCHIEHuang