Skip to content

Commit

Permalink
🐛 Fixes missing dependencies for the github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Dec 19, 2020
1 parent 7c5a1dc commit 225b8b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
File renamed without changes.
2 changes: 2 additions & 0 deletions .remarkignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Files to ignore
CHANGELOG.md
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ all =
dev =
pytest
pytest-cov
pytest-html
bump2version
flake8
black
Expand Down

0 comments on commit 225b8b2

Please sign in to comment.