I have some question about reinforcement learning. I have studied all mathematical background of reinforcement learning but I am not able to code this model.
I am so confused about defining an environment. Can we use OpenAI gym for all kind of problems? It does not make sense to me. For example playing a game is different than stock prediction. But how come I see in both cases some people are using OpenAI gym?
Also I found the following list. What are thesis exactly? are they a frame work to implement a reinforcement learning model?
Could you please give a link, source, video , course or whatever that can make it clear for me.