From b75720dc88c481408e41a6ca50c58a47aeafc587 Mon Sep 17 00:00:00 2001 From: BeamanLi <126303628+BeamanLi@users.noreply.github.com> Date: Wed, 29 Mar 2023 15:11:38 +0800 Subject: [PATCH] Update README.md --- 2.Actor-Critic/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.Actor-Critic/README.md b/2.Actor-Critic/README.md index 3c059d2..ea0cc1d 100644 --- a/2.Actor-Critic/README.md +++ b/2.Actor-Critic/README.md @@ -1,4 +1,4 @@ -# REINFORCE +# Actor-Critic(A2C) This is a concise Pytorch implementation of Advantage Actor-Critic(A2C).
## How to use my code?