diff --git a/.github/workflows/mlc.yml b/.github/workflows/simzoo.yml similarity index 100% rename from .github/workflows/mlc.yml rename to .github/workflows/simzoo.yml diff --git a/.remarkignore b/.remarkignore new file mode 100644 index 00000000..9da98017 --- /dev/null +++ b/.remarkignore @@ -0,0 +1,2 @@ +# Files to ignore +CHANGELOG.md diff --git a/README.md b/README.md index 9b503ba8..9076a09e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A python package containing the machine_learning_control openai gym environments. It currently contains the following environments: - [Oscillator:](https://github.com/rickstaa/oscillator) A gym environment for a synthetic oscillatory network of transcriptional regulators called a repressilator. -- [Ex3_EKF:](https://github.com/rickstaa/ex3_ekf) A noisy master slave environment that can be used to train a RL based stationary Kalman estimator. +- [Ex3_EKF:](https://github.com/rickstaa/ex3_ekf) A noisy master-slave environment that can be used to train a RL based stationary Kalman estimator. ## Clone the repository diff --git a/setup.cfg b/setup.cfg index 896fa78f..69520c91 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,6 +32,7 @@ all = dev = pytest pytest-cov + pytest-html bump2version flake8 black