MLOS icon indicating copy to clipboard operation
MLOS copied to clipboard

A test configuration for the environment based on local shell scripts

Open motus opened this issue 1 year ago • 0 comments
trafficstars

Pull Request

Title

A test configuration for the environment based on local shell scripts


Description

This is a sample MLOS configuration (CLI config, tunables, environment, and the scripts) that launches a local environment and invokes local shell scripts to set it up and run trials.


Type of Change

This is purely a config-based update. We might add unit tests around that setup later.

  • ✨ New feature
  • 📝 Documentation update
  • 🧪 Tests

Testing

Run:

mlos_bench \
     --config mlos_bench/mlos_bench/tests/config/cli/test-cli-local-env.jsonc \
     --globals experiment_test_local.jsonc \
     --tunable_values tunable-values/tunable-values-local.jsonc

Additional Notes (optional)

This setup is supposed to serve as an example of other local environments with shell scripts.


motus avatar Oct 25 '24 04:10 motus