Reinforcement Learning for classification problems?

284 Views Asked by At

I am wondering if there is a gym environment for time series classification. I know its probably a bit overkill, but it's mainly for research purposes.

1

There are 1 best solutions below

0
On

Here you go: https://github.com/harveybc/gym-fx. The classification task could be whether the closing price is below or over the opening price.