Lean
Lean copied to clipboard
Library Request: stable-baselines3
Expected Behavior
Supports stable-baselines3: Stable Baselines3 is a set of improved implementations of reinforcement learning algorithms in PyTorch. It is the next major version of Stable Baselines. It works along with stable-baselines with an independent package:
from stable_baselines3 import PPO
Actual Behavior
Does not support this library.
Checklist
- [x] I have completely filled out this template
- [x] I have confirmed that this issue exists on the current
master
branch - [x] I have confirmed that this is not a duplicate issue by searching issues
Any update on this?
I would also like to use this library please.
Closed by https://github.com/QuantConnect/Lean/pull/6558
Note: it requires using the Foundation-Tensorforce
environment. Ref https://github.com/QuantConnect/Lean/blob/master/DockerfileLeanFoundation#L221