FIBLAB / MoveSim

Codes for paper in KDD 2020 (AI for COVID-19): Learning to Simulate Human Mobility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MoveSim

Codes for paper in KDD'20 (AI for COVID-19): Learning to Simulate Human Mobility

Datasets

Requirements

  • Python 3.6
  • PyTorch >= 1.0
  • Numpy
  • Scipy

Usage

Pretrain and train new model:

python main.py --pretrain --data=geolife

Evaluation with generated data:

python evaluation.py

About

Codes for paper in KDD 2020 (AI for COVID-19): Learning to Simulate Human Mobility

License:MIT License


Languages

Language:Python 100.0%