Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.67 KB

File metadata and controls

50 lines (35 loc) · 1.67 KB

python version license author

separationML

Source code and trained models for the paper "Physics-informed Data-driven control of Electrochemical Separation Processes".

Set-up environment

Clone this repository and then use setup.sh to setup a virtual environment separation with the required dependencies in requirements.txt.

chmod +x setup.sh
git clone https://github.com/EnthusiasticTeslim/separationML.git
cd separationML
sh env.sh
source binfo/bin/activate

Training RL

The notebooks for training the RL-based controllers are contained here. More information on RL environment is available logic.md.

Important

All modules in setting up the RL controller are available in OptiDial.

How-to-cite

Cite the paper using the following:

@article{doi,
  author = {Teslim Olayiwola, Kyle Terito, Jose Romagnoli},
  title = {Physics-informed Data-driven control of Electrochemical Separation Processes},
  journal = {n/a},
  year = {n/a},
  volume = {n/a},
  number = {n/a},
  doi = {https://doi.org/}
}

References