In reinforcement learning, slower networks can learn faster - Amazon Science
Reinforcement learning (RL) is an increasingly popular way to model sequential decision-making problems in artificial intelligence. RL agents learn through trial and error, repeatedly interacting with the world to learn a policy that maximizes a reward signal. RL agents have recently achieved remarkable results when used in conjunction with deep neural networks. Chief among these so-called deep-RL results is the 2015 paper that introduced the Deep Q Network (DQN) agent, which surpassed human-level performance on a large set of Atari games. A core component of DQN is an optimizer that adapts the parameters of the neural network to minimize the DQN objective.
Dec-12-2022, 12:45:05 GMT