Zirui Li
Zirui Li
Colab updated it's python version to Python 3.9.16, my runtime was interrupted sometime at noon today. I tried a couple of methods to revert the python version back to 3.8...
I'm able to install FinRL on colab again today!
I checked [commit history](https://github.com/AI4Finance-Foundation/ElegantRL/commits/master/elegantrl/train/run.py) ElegantRL/elegantrl/train/run.py After the commit > 03db5bdda409d0b4ce2705340dd5e9be3fd090ee  `def init_agent(args: Arguments, gpu_id: int, env=None) -> AgentBase:` were changed to: `def train_agent(args: Config):` I didn't have this issue...