harshraj22 / rl_lab

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

Verify Epsilon Greedy Model #3

Closed harshraj22 closed 2 years ago

harshraj22 commented 2 years ago

https://github.com/harshraj22/rl_lab/blob/a6fa93d6459a4e75fd7086af352cbd91f5e2d7ce/lab2/models/epsilon_greedy.py#L61

Verify if Epsilon Greedy uses a decaying Tempreature or the factor is just the time step.

harshraj22 commented 2 years ago

Using decaying temperature is more effective