Add blank lines at the end of file.

This commit is contained in:
Marek Wolan
2023-07-05 09:22:49 +01:00
parent 17b5c6bf92
commit 24a4f96ed0
9 changed files with 9 additions and 8 deletions

View File

@@ -1,2 +1,2 @@
# Crown Copyright (C) Dstl 2022. DEFCON 703. Shared in confidence.
"""Access Control List. Models firewall functionality."""
"""Access Control List. Models firewall functionality."""

View File

@@ -1 +1 @@
"""Common interface between RL agents from different libraries and PrimAITE."""
"""Common interface between RL agents from different libraries and PrimAITE."""

View File

@@ -1,2 +1,2 @@
# Crown Copyright (C) Dstl 2022. DEFCON 703. Shared in confidence.
"""Objects which are shared between many PrimAITE modules."""
"""Objects which are shared between many PrimAITE modules."""

View File

@@ -1 +1 @@
"""Configuration parameters for running experiments."""
"""Configuration parameters for running experiments."""

View File

@@ -1,6 +1,7 @@
"""Utility to generate plots of sessions metrics after PrimAITE."""
from enum import Enum
class PlotlyTemplate(Enum):
"""The built-in plotly templates."""

View File

@@ -1,2 +1,2 @@
# Crown Copyright (C) Dstl 2022. DEFCON 703. Shared in confidence.
"""Gym/Gymnasium environment for RL agents consisting of a simulated computer network."""
"""Gym/Gymnasium environment for RL agents consisting of a simulated computer network."""

View File

@@ -1,2 +1,2 @@
# Crown Copyright (C) Dstl 2022. DEFCON 703. Shared in confidence.
"""Network connections between nodes in the simulation."""
"""Network connections between nodes in the simulation."""

View File

@@ -1,2 +1,2 @@
# Crown Copyright (C) Dstl 2022. DEFCON 703. Shared in confidence.
"""Nodes represent network hosts in the simulation."""
"""Nodes represent network hosts in the simulation."""

View File

@@ -1 +1 @@
"""Utilities for PrimAITE."""
"""Utilities for PrimAITE."""