How-to: Add Emulation Configurations
To add a new emulation configuration with the name “level_13
” and version 0.1.0, perform the following steps:
- Create a sub-directory called
level_13
in the folder:csle/emulation-system/envs/010/
- Add the emulation configuration file
config.py
to the directory:csle/emulation-system/envs/010/level_13/
- Update the following README file:
csle/emulation-system/envs/010/README.md
- Update the following Makefile with installation instructions:
csle/emulation-system/envs/010/README.md
- Insert the emulation configuration into the metastore by running the command:
csle/emulation-system/envs; make install
- Previous
- Next