Installation
In this tutorial we will be going over how to install the chemgymrl library. This can be done by installing straight from our git repository. If you wish to make a lot of changes to the library and implement custom reactions, extractions etc. we recommend that you simply work out of the repository rather than install it as a library.
pip install "git+https://github.com/chemgymrl/chemgymrl.git@main"
Demo
If you want to demo the benches, you will need to install the gymnasium classic control dependency.
pip install gymnasium[classic-control]
Then you can play the benches with the following command:
python -m chemistrylab.demo
This demo lets you select the Extraction Bench Demo, the Reaction Bench Demo, and the Distillation Bench Demo