ClementPerroud / Gym-Trading-Env

A simple, easy, customizable Gymnasium environment for trading.
https://gym-trading-env.readthedocs.io/
MIT License
270 stars 56 forks source link

an infinite loop #22

Open LunbiWa opened 1 week ago

LunbiWa commented 1 week ago

When running the following snippet in Colab, why is there an infinite loop at print(f'|') after env = gym.make(...)

2024-06-26_1 2024-06-26_2

Thank you for your help.