From 39b3edcfa4846ffabf566c31f082d31eb2e23b3c Mon Sep 17 00:00:00 2001 From: Yi Liu Date: Wed, 22 Aug 2018 22:55:14 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ef07ee..a1fa3ee 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # Play OpenAI's Lunar Lander with Policy Gradients -Code trains a neural network to play lunar lander\ +Code trains a neural network to play lunar lander iwth reinforcement learning\ Post explaining code at https://codeodysseys.com/posts/lunar-lander-pg/