Files
easy-rl/codes/DQN-series/NoisyDQN/task0_train.ipynb
T
2021-11-17 14:36:51 +08:00

503 B

In [ ]:
import sys
from pathlib import Path
curr_path = str(Path().absolute()) # 当前路径
parent_path = str(Path().absolute().parent) # 父路径
sys.path.append(parent_path) # 添加路径到系统路径