Zirui Li

Results 3 comments of Zirui Li
trafficstars

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 ![image](https://user-images.githubusercontent.com/44068115/224368493-92da8d58-4dab-4fb6-a841-5bbe85acbaa7.png) `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...