Reinforcement Learning Day 5
- arimilli5
- Jul 15, 2023
- 1 min read
Hey all! Today is a very special day as I am going to be sharing my first reinforcement learning environment! The purpose of this environment is for medical diagnosis (read my first RL blog post for more information on my research project)!
To get a basic understanding of what I am doing and create an environment of your own, here are some resources to get started!
Official introduction: https://www.gymlibrary.dev/content/environment_creation/
Example video: https://www.youtube.com/watch?v=bD6V3rcr_54
Stock market example: https://towardsdatascience.com/creating-a-custom-openai-gym-environment-for-stock-trading-be532be3910e
Helicopter example: https://blog.paperspace.com/creating-custom-environments-openai-gym/
My Environment:


I will be going into depth behind each snippet of code in the next post! Stay tuned!
Comments