Skip to content

alstondu/MAPPO_AVs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

MAPPO_AVs

MAPPO-based traffic control

Install

  1. Prepare a python environment, e.g.:
$ conda create -n metadrive-mappo python=3.8 -y
$ conda activate metadrive-mappo
  1. Clone the repo:
$ git clone [email protected]:alstondu/MAPPO-AVs.git

  1. Install required packages for mappo:
$ cd PATH/TO/MAPPO-AVs/mappo
$ conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
$ pip install -r requirements.txt
  1. Install MetaDrive:
$ cd PATH/TO/MAPPO-AVs/metadrive
$ pip install -e .
  1. Start training :
$ python train/train.py

About

MAPPO-based traffic control

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages