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 """