- Step1: Install via pip install cybmasde
- Step2: Import CybMASDE and configure Python environment
- Step3: Define agent classes, observation and action spaces
- Step4: Create or select a built-in environment scenario
- Step5: Choose or integrate a deep RL algorithm (e.g., PPO, DDPG)
- Step6: Configure training parameters and reward functions
- Step7: Launch training with parallel or single-process mode
- Step8: Monitor progress using built-in logs and visualizers
- Step9: Evaluate trained policies and adjust scenario settings
- Step10: Export and deploy agent models for further testing