Simulate is a library for easily creating and sharing simulation environments for intelligent agents (e.g. reinforcement learning) or synthetic data generation.
Install Simulate (preferentially in a virtual environment) with a simple pip install simulate
Simulate comes with additional support for the gym API, stable baselines 3 and sample-factory (experimental)
pip install simulate[gym]pip install simulate[sb3]pip install simulate[sf]Note due to version incompatibilities Stable Baselines 3 and Sample Factory cannot both be installed at the same time.