Reinforcement-Learning
Reinforcement-Learning copied to clipboard
Learn Deep Reinforcement Learning in 60 days! Lectures & Code in Python. Reinforcement Learning + Deep Learning
https://github.com/andri27-ts/Reinforcement-Learning/blob/c57064f747f51d1c495639c7413f5a2be01acd5f/Week3/central_control.py#L55 After loading the parameters of the moving network into the target network, why is the target network reference pointing to the moving network? Wouldn't this make the target network...
Hi, the PPO implementation was perfect but unfortunately **doesn't work** with **MountainCarContinuous-v0** do you know any solution to the problem?
Hi andri can u suggest something on a scanrios where we have 5 or more parameters affecting a goal and we want our system to learn best value for these...