Contains examples of how to use the Stable Gym package. Alternatively, you can directly run the environment Python files to see how the environment behaves (e.g. python stable_gym/envs/biological/oscillator/oscillator.py
).
- Install the Python dependencies using
pip install -r requirements.txt
. - Run the example using
python use_stable_gym.py
.