RITCHIEHuang / DeepRL_Algorithms

DeepRL algorithms implementation easy for understanding and reading with Pytorch and Tensorflow 2(DQN, REINFORCE, VPG, A2C, TRPO, PPO, DDPG, TD3, SAC)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A issuer about run main.py

Weiwell opened this issue · comments

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

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 ~