Skip to content

Installation & Deployment

LimSim is a microsimulation software designed for testing decision-planning algorithms. It allows for long-duration simulations that combine macroscopic and microscopic aspects.

Installation and Deployment

LimSim is primarily written in Python and does not require compilation. You can directly run the source code. However, before running, ensure you have the following development environment:

  • 3.9.0 <= Python <= 3.11.0
  • SUMO >= 1.15.0 (Recommended version: 1.15.0)

After configuring the runtime environment, download the LimSim source code to your local machine:

git clone https://github.com/PJLab-ADG/LimSim.git

Finally, you need to install the required Python extensions:

pip install -r requirements.txt

Now, the local installation and deployment of LimSim are complete.

Simulation Examples

In the root directory, there are several simulation examples that demonstrate LimSim's functionalities. Please visit the following links to learn more details about each feature: