update
This commit is contained in:
@@ -5,7 +5,7 @@ Author: John
|
||||
Email: johnjim0816@gmail.com
|
||||
Date: 2021-03-12 16:02:24
|
||||
LastEditor: John
|
||||
LastEditTime: 2021-04-13 18:34:20
|
||||
LastEditTime: 2021-04-29 15:32:38
|
||||
Discription:
|
||||
Environment:
|
||||
'''
|
||||
@@ -18,8 +18,8 @@ from pathlib import Path
|
||||
def save_results(rewards,ma_rewards,tag='train',path='./results'):
|
||||
'''保存reward等结果
|
||||
'''
|
||||
np.save(path+'rewards_'+tag+'.npy', rewards)
|
||||
np.save(path+'ma_rewards_'+tag+'.npy', ma_rewards)
|
||||
np.save(path+'{}_rewards.npy'.format(tag), rewards)
|
||||
np.save(path+'{}_ma_rewards.npy'.format(tag), ma_rewards)
|
||||
print('results saved!')
|
||||
|
||||
def make_dir(*paths):
|
||||
|
||||
Reference in New Issue
Block a user