Skip to main content

Codebase for iPLAN: Intent-Aware Planning in Heterogeneous Traffic via Distributed Multi-Agent Reinforcement Learning

Project description

iPLAN

This repository is the codebase for our paper.

iPLAN: Intent-Aware Planning in Heterogeneous Traffic via Distributed Multi-Agent Reinforcement Learning

This repository was originally forked from https://github.com/oxwhirl/pymarl and https://github.com/carolinewang01/dm2. The MAPPO baseline comes from https://github.com/uoe-agents/epymarl.

Table of Contents

Dependencies

Note: Please replace the initial Highway-env in your compiling environment with our modified Highway-env given in highway_env folder. Also, Multi-agent Particles used in our repo are different. Please use the code given in envs/mpe folder.

Running iPLAN

In the configuration file config/default.yaml, set up environments needed for your experiment:

  • Set environment env: MPE for Non-cooperative Navigation and highway for Heterogeneous Highway
  • Set difficulty level difficulty:
    • easy for easy (Non-cooperative Navigation) or mild (Heterogeneous Highway) scenario.
    • hard for hard (Non-cooperative Navigation) or chaotic (Heterogeneous Highway) scenario.
  • Set Behavior_enable: True
  • Set GAT_enable: True and GAT_use_behavior: True
  • Set soft_update_enable: True and behavior_fully_connected: False
  • Run main.py

Results, including printed logs, saved models and tensorboard logger, are stored in the folder results

Ablation Study

When running experiments for ablation study, please only change the hyperparameters mentioned and keep those the same as they are in the iPLAN experiment.

Running IPPO

  • Set Behavior_enable: False
  • Set GAT_enable: False and GAT_use_behavior: False
  • Run main.py

Running IPPO-BM

  • Set Behavior_enable: True
  • Set GAT_enable: False and GAT_use_behavior: False
  • Run main.py

Running IPPO-GAT

  • Set Behavior_enable: False
  • Set GAT_enable: True and GAT_use_behavior: True
  • Run main.py

Running iPLAN-Hard

  • Set soft_update_enable: False
  • Run main.py

Running iPLAN-FC

  • Set behavior_fully_connected: True
  • Run main.py

Baselines

Baselines used in this paper could be found in the baselinesfolder, where the organization of files is similar to the main directory of iPLAN. Please change the environment setting in config/default.yaml before experiments. No extra changes need.

  • QMIX baselines/QMIX/main.py
  • MAPPO baselines/MAPPO/main.py

Helper Functions

Notebooks for helper function are given in helper folder. Please follow the instructions below:

Compute Navigation Metrics

(Only for Heterogeneous Highway) In the configuration file config/default.yaml

  • Set metrics_enable: True
  • Set num_test_episodes larger than batch_size_run
  • Run main.py

Then you will get printed navigation metrics after the execution logs of each episode.

To compute the navigation metrics, use the notebook helper/RL_results_metrics.ipynb to compute averaged navigation metrics from the printed log file (usually given in results/sacred).

Generate Animation

(Only for Heterogeneous Highway) In the configuration file config/default.yaml

  • Set animation_enable: True
  • (Recommended) Set metrics_enable: True, Set num_test_episodes larger than batch_size_run
  • Run main.py

Screenshots of the Heterogeneous Highway are stored in the animation folder. Use the notebook helper/Gif_helper.ipynb to generate animation from screenshots.

Plot Reward Curve

The printed log file are usually given in results/sacred.

  • Choose the log file you want to recover, use the notebook helper/RL_results_repack.ipynb to convert the log file into .csv file.
  • Use the notebook RL Visualization Helper - Highway.ipynb (Heterogeneous Highway) or RL Visualization Helper - MPE.ipynb (Non-cooperative Navigation) to plot the reward curve from the generated .csv files for each approaches and scenarios.

Results


Non-Cooperative Navigation: with 3 agents in the (left) easy and (right) hard scenarios. 50 steps/episode.


Heterogeneous Highway: with 5 agents in (left) mild and (right) chaotic scenarios. 90 steps/episode.

Animation


iPLAN in mild (easy) scenario of Heterogeneous Highway (Num of agents succeed: 5, Avg. survival time: 90, Avg. speed: 23.95).


iPLAN in chaotic (hard) scenario of Heterogeneous Highway (Num of agents succeed: 5, Avg. survival time: 90, Avg. speed: 21.81).


MAPPO in mild (easy) scenario of Heterogeneous Highway (Num of agents succeed: 2, Avg. survival time: 49.6, Avg. speed: 28.44).


MAPPO in chaotic (hard) scenario of Heterogeneous Highway (Num of agents succeed: 2, Avg. survival time: 54.0, Avg. speed: 28.44).


QMIX in mild (easy) scenario of Heterogeneous Highway (Num of agents succeed: 4, Avg. survival time: 72.6, Avg. speed: 21.2).


QMIX in chaotic (hard) scenario of Heterogeneous Highway (Num of agents succeed: 3, Avg. survival time: 67.8, Avg. speed: 24.9).

Citation

@article{wu2023iplan,
  title={iPLAN: Intent-Aware Planning in Heterogeneous Traffic via Distributed Multi-Agent Reinforcement Learning},
  author={Wu, Xiyang and Chandra, Rohan and Guan, Tianrui and Bedi, Amrit Singh and Manocha, Dinesh},
  journal={arXiv preprint arXiv:2306.06236},
  year={2023}
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iPLAN-0.0.1.tar.gz (95.5 kB view hashes)

Uploaded Source

Built Distribution

iPLAN-0.0.1-py3-none-any.whl (121.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page