How to make environment for gym?

I want to make the RL enviorment of the same bot but using gym. How can I do that?

Hi Himanshu, 



It is quite admirable that you want to extend your learning by creating a bot in the gym environment. Please go through the following link to understand the OpenAI Gym framework.


  1. RL with OpenAI gym: Introduction: Reinforcement Learning with OpenAI Gym | by ASHISH RANA | Towards Data Science
  2. Get started with OpenAI Gym: Getting Started With OpenAI Gym: The Basic Building Blocks | DigitalOcean



    You can also check the following RL trading environment 'TradingGym'



    Trading Gym: GitHub - cove9988/TradingGym: Trading Gym is an open source project for the development of reinforcement learning algorithms in the context of trading.



    Thank you