To run the code included in this repo:
-
Clone or download the repository.
-
Download the Anaconda version suitable for your OS.
-
Create a virtual environment with the same libraries we used by running:
$ conda env create -f conda_env.yml
$ conda activate ids_drl
-
Launch
jupyter notebbok
and follow the notebooks in this order:- Data Preprocessing
- Defining the environment
- Training and Results
-
The final model that we found is in
ids_drl_model.zip
, you can skip training and load it directly.