Getting start with RL notebook I've taken during my learning journey.
-
Learning Resourse:
-
stable-baselines3 - Quick introdution on how to use RL framework
Stable-Baselines3
solving openai gym environment. Download and interact with Pretrained Model
To work with the file please Create new python environment (Recommend using Conda)
conda create -n introRL python=3.8
Install Libraries
conda install -r requirement.txt