Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
shaolilishaolili authored Oct 27, 2021
1 parent c5dba56 commit ed77feb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions dqn_3/utils.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
import csv
import os

import pefile

#from utility import reward

MAL_PATH = "samples/malicious"
BENI_PATH = "samples/benign"
SAMPLE_CSV = "data/training_data_4grams.csv"

# 读取csv
def load_csv(data_path):
data = []
Expand Down

0 comments on commit ed77feb

Please sign in to comment.