mirror of
https://github.com/wassname/DeepRL.git
synced 2026-09-24 13:00:17 +08:00
Refactor for HRA
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user