Paper Title: FLDQN: Cooperative Multi-Agent Federated Reinforcement Learning for Solving Travel Time Minimization Problems in Dynamic Environments Using SUMO Simulation
This repository contains the implementation and results for the FLDQN algorithm, as presented in the related research paper
This repository contains the implementation code for the paper "FLDQN: A Novel Approach for efficient agents cooperation and travel time manimization Using Federated Learning, Reinforcement Learning and SUMO Simulation". The code demonstrates how FLDQN can reduce travel time through efficient learning.
- Clone the repository:
git clone https://github.com/WahabMam/FLDQN-Paper-Code/tree/main
- Navigate to the project directory:
cd FLDQN-Paper-Code
- Install the required Python packages:
pip install -r requirements.txt
- Ensure you have SUMO installed version(1.14.1), as it is required for traffic simulation.
You need to install SUMO based on your operating system:
- Modify the parameters in the config.yaml and in the server.py files to match your system's specifications and your desired settings.
- It is recommended to use a virtual environment to manage your dependencies and avoid conflicts with other packages on your system.
To run the experiment and generate results, please refer to the instructions in our related repository here.