Skip to content

Commit

Permalink
fix warning errors from gym update
Browse files Browse the repository at this point in the history
  • Loading branch information
dgriff777 authored Feb 19, 2018
1 parent b9ca005 commit 91d7854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
from train import train
from test import test
from shared_optim import SharedRMSprop, SharedAdam
from gym.configuration import undo_logger_setup
#from gym.configuration import undo_logger_setup
import time


undo_logger_setup()
#undo_logger_setup()
parser = argparse.ArgumentParser(description='A3C')
parser.add_argument(
'--lr',
Expand Down

0 comments on commit 91d7854

Please sign in to comment.