releat215 / releat

REinforcement LEarning for Algorithmic Trading is a python framework for medium frequency trading algorithms for MetaTrader 5
https://releat215.github.io/releat/
MIT License
22 stars 9 forks source link

Update transformers.py #22

Closed Seanman519 closed 9 months ago

Seanman519 commented 9 months ago

TypeError: '>=' not supported between instances of 'str' and 'int' on line 455. modification was made on the line with the .filter(pl.col("group_ind") >= 0) operation.