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