Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.36 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.36 KB

ReinforcementLearning

Getting start with RL notebook I've taken during my learning journey.

lunarlander mountaincar bipedalwalker

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