Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
lli
YM-Seminar
Commits
bb7d5832
Commit
bb7d5832
authored
Apr 19, 2021
by
lli
Browse files
modified output path
parent
7773341b
Changes
1
Hide whitespace changes
Inline
Side-by-side
train_dqn.py
View file @
bb7d5832
...
...
@@ -33,7 +33,7 @@ USE_CUDA = torch.cuda.is_available()
device
=
torch
.
device
(
'cuda'
if
USE_CUDA
else
'cpu'
)
OUT_PATH
=
args
.
save_path
OUT_PATH
=
os
.
path
.
join
(
'results'
,
args
.
save_path
)
LOG_FILE
=
os
.
path
.
join
(
OUT_PATH
,
'log.txt'
)
clear_folder
(
OUT_PATH
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment