From bd35e6c54f7eb7a03e8bd377d8ac7c5f7d2e69c7 Mon Sep 17 00:00:00 2001 From: Varun Garg Date: Tue, 31 Oct 2017 15:36:12 +0530 Subject: [PATCH] Update 1_intro.py --- Deep_Learning/openAIGym/1_intro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deep_Learning/openAIGym/1_intro.py b/Deep_Learning/openAIGym/1_intro.py index 4033efc..54650d7 100644 --- a/Deep_Learning/openAIGym/1_intro.py +++ b/Deep_Learning/openAIGym/1_intro.py @@ -1,6 +1,6 @@ """ Developing tflearn model for cartpole Evaluations on openAI Here I am working with CartPol-v0 wherin I have to balance a pole on the cart - Every frame it is balanced, 1 score is added + For every balanced frame, 1 score is added """