harshraj22 / rl_lab

Contains Solutions of Lab assignments of Reinforcement Learning lab
0 stars 0 forks source link

Breaking continuous spaces into bins #20

Closed harshraj22 closed 2 years ago

harshraj22 commented 2 years ago

MountainCar-V0 is a env with continuous state space. Break it into bins, and treat as a discrete state-action space problem for these algorithms.

Refer to Phil's video on youtube.

harshraj22 commented 2 years ago

done in one of the commits