update
This commit is contained in:
@@ -5,7 +5,7 @@ Author: John
|
||||
Email: johnjim0816@gmail.com
|
||||
Date: 2020-12-22 15:22:17
|
||||
LastEditor: John
|
||||
LastEditTime: 2020-12-22 15:26:09
|
||||
LastEditTime: 2021-01-21 14:30:38
|
||||
Discription:
|
||||
Environment:
|
||||
'''
|
||||
@@ -16,7 +16,10 @@ import argparse
|
||||
ALGO_NAME = 'Double DQN'
|
||||
SEQUENCE = datetime.datetime.now().strftime("%Y%m%d-%H%M%S")
|
||||
SAVED_MODEL_PATH = os.path.split(os.path.abspath(__file__))[0]+"/saved_model/"+SEQUENCE+'/'
|
||||
RESULT_PATH = os.path.split(os.path.abspath(__file__))[0]+"/result/"+SEQUENCE+'/'
|
||||
RESULT_PATH = os.path.split(os.path.abspath(__file__))[0]+"/results/"+SEQUENCE+'/'
|
||||
|
||||
TRAIN_LOG_DIR=os.path.split(os.path.abspath(__file__))[0]+"/logs/train/" + SEQUENCE
|
||||
EVAL_LOG_DIR=os.path.split(os.path.abspath(__file__))[0]+"/logs/eval/" + SEQUENCE
|
||||
|
||||
def get_args():
|
||||
'''模型参数
|
||||
|
||||
Reference in New Issue
Block a user