-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stable-baselines3 ValueError when creating DummyVecEnv #1005
Comments
Hey, @XiaoYangLiu-FinRL can you give me some ideas on how to fix that? I don't really understand why the reference is the same, the |
I tried downgrading to stable-baselines3==1.7.0 before the check, that had some other consequences: !pip3 install setuptools==65.5.0 # openai/gym#3176 But now training wont work at all, because there is a mismatch between gym==0.17 and gymnasium. Absolute bottom less pit, machine learning broke python, this feels like javascript. FinRL is using gymnsium and the elegantrl dependency is using gym. It might be helpful to just dockerize the application with fixed requirements, as the different versions break the code all the time.
|
See #1002 (comment) |
When running:
I run into this issue:
DLR-RM/stable-baselines3#1151
in this spot:
FinRL/finrl/agents/stablebaselines3/models.py
Lines 287 to 310 in 7414adb
The text was updated successfully, but these errors were encountered: