Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AdvRL19
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
flgw
AdvRL19
Commits
77176c4b
Commit
77176c4b
authored
Mar 27, 2019
by
Florian Gawrilowicz
Browse files
Options
Downloads
Patches
Plain Diff
path adaptions
parent
2996dfb7
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
hw3/run_dqn_lander.py
+2
-2
2 additions, 2 deletions
hw3/run_dqn_lander.py
with
2 additions
and
2 deletions
hw3/run_dqn_lander.py
+
2
−
2
View file @
77176c4b
...
...
@@ -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
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment