Skip to content
Snippets Groups Projects
Commit 77176c4b authored by Florian Gawrilowicz's avatar Florian Gawrilowicz
Browse files

path adaptions

parent 2996dfb7
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,8 @@ import numpy as np
import tensorflow as tf
import tensorflow.contrib.layers as layers
import dqn
from dqn_utils import *
import hw3.dqn as dqn
from hw3.dqn_utils import *
def lander_model(obs, num_actions, scope, reuse=False):
with tf.variable_scope(scope, reuse=reuse):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment