Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 487 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 487 Bytes

Examples

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).

Dependencies

How to use

  1. Install the Python dependencies using pip install -r requirements.txt.
  2. Run the example using python use_stable_gym.py.