Deep_QLearning_CartPole icon indicating copy to clipboard operation
Deep_QLearning_CartPole copied to clipboard

My Journey Into Deep Q-Learning with Keras and Gym

Results 4 Deep_QLearning_CartPole issues
Sort by recently updated
recently updated
newest added

``` /home/dvogureckiy99/.local/lib/python3.8/site-packages/gym/envs/registration.py:555: UserWarning: WARN: The environment CartPole-v0 is out of date. You should consider upgrading to version `v1`. logger.warn( Traceback (most recent call last): File "./cartpole.py", line 95, in totalreward...

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

I privately used some of you code and would like to publish the code under an OS license. To be able to do that, your code would need to be...