Refactor for HRA

This commit is contained in:
Shangtong Zhang
2017-08-29 22:10:13 -06:00
parent d52182882a
commit e60e9feecb
6 changed files with 252 additions and 278 deletions
+1
View File
@@ -13,6 +13,7 @@ import os
import pickle
import torch
# This HRA DQN with removing irrelevant features
class MSDQNAgent:
def __init__(self, config):
self.config = config