Closed mechovation closed 4 years ago
Hello, Thanks for pointing that out. I would appreciate a pull request that either:
I fixed it like this (taking some change folder infos from stable baselines docs)
-from stable_baselines.ppo2.ppo2 import constfn
+from stable_baselines.common.schedules import constfn
As mentioned before, I would appreciate a PR that solves that issue ;) (there will be also some changes in SAC that needs to be done)
requirements.txt lists:
stable-baselines>=2.9.0
pip install of stable-baselines resulted in 2.10.0, meeting the listed requirements, but resulting in this error:
Traceback (most recent call last): File "train.py", line 19, in
from stable_baselines.ppo2.ppo2 import constfn
ImportError: cannot import name 'constfn'
recommend updating requirements.txt to reflect stable-baselines==2.9.0