harshraj22 / rl_lab

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

Discounting in Value Iteration #13

Closed harshraj22 closed 2 years ago

harshraj22 commented 2 years ago

https://github.com/harshraj22/rl_lab/blob/a97e10df1a3a9588337119d814d2d6364107bd3f/lab3/models/value_iteration_agent.py#L26

Add discounting. Should the discounting factor gamma, be part of the environment or agent ?

harshraj22 commented 2 years ago

It will be in env.