Open SorenSc opened 1 year ago
Thanks for reporting this issue, will fix soon!
I have the same issue when running DQN in CartPole-v0. Please stay in touch when you fix it! Thx.
Just change "import gym" to "import gymnasium as gym" in collector.py.
Update: I can't reproduce the above error. I think it's because of a version mismatch, since I ran with current master version instead of using tianshou==0.4.11
. Will post a new version to pypi today.
Update: I can't reproduce the above error. I think it's because of a version mismatch, since I ran with current master version instead of using
tianshou==0.4.11
. Will post a new version to pypi today.
Hello, @Trinkle23897 Thanks for the great work, but I am still getting this issue: Just copy the example-1 from https://tianshou.readthedocs.io/zh/latest/docs/5-example.html
I'm tryin to execute the example on the start page (https://github.com/thu-ml/tianshou).
When running
I ran into the following
When doing the same in GoogleColab, I'm having the same issue.