Skip to content

Commit

Permalink
Update Cartpole_DDQN.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonlessons authored Mar 23, 2020
1 parent c539fff commit 9c111ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 02_CartPole-reinforcement-learning_DDQN/Cartpole_DDQN.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Tutorial by www.pylessons.com
# Tutorial written for - Tensorflow 1.15, Keras 2.2.4

import os
import random
import gym
Expand Down

0 comments on commit 9c111ed

Please sign in to comment.