Deep_QLearning_CartPole icon indicating copy to clipboard operation
Deep_QLearning_CartPole copied to clipboard

Error: inconsistent use of tabs and spaces in indentation

Open dvogureckiy99 opened this issue 1 year ago • 0 comments

  File "./cartpole.py", line 51
    return self.Q[state]
                       ^
TabError: inconsistent use of tabs and spaces in indentation

dvogureckiy99 avatar Jun 26 '23 19:06 dvogureckiy99