Update advantage-actor-critic.mdx

This commit is contained in:
Thomas Simonini
2023-01-17 08:08:58 +01:00
committed by GitHub
parent ce1c8a7bfb
commit ae37a884ed

View File

@@ -1,4 +1,5 @@
# Advantage Actor-Critic (A2C)
# Advantage Actor-Critic (A2C) [[advantage-actor-critic]]
## Reducing variance with Actor-Critic methods
The solution to reducing the variance of the Reinforce algorithm and training our agent faster and better is to use a combination of Policy-Based and Value-Based methods: *the Actor-Critic method*.