Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
dgriff777 authored May 11, 2018
1 parent e86ed32 commit 9785a30
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,6 @@
default='Adam',
metavar='OPT',
help='shares optimizer choice of Adam or RMSprop')
parser.add_argument(
'--count-lives',
default=False,
metavar='CL',
help='end of life is end of training episode.')
parser.add_argument(
'--load-model-dir',
default='trained_models/',
Expand Down Expand Up @@ -179,4 +174,3 @@
for p in processes:
time.sleep(0.1)
p.join()

0 comments on commit 9785a30

Please sign in to comment.