← Back to Benchmarks
simmediumatarimetric · varies

Double A3C: Deep Reinforcement Learning on OpenAI Gym Games

Description

Reinforcement Learning (RL) is an area of machine learning figuring out how agents take actions in an unknown environment to maximize its rewards. Unlike classical Markov Decision Process (MDP) in which agent has full knowledge of its state, rewards, and transitional probability, reinforcement learning utilizes exploration and exploitation for the model uncertainty. Under the condition that the model usually has a large state space, a neural network (NN) can be used to correlate its input state

Source

http://arxiv.org/abs/2303.02271v1