This repository is for reproduing the behaviour cloning algorithm used in electric vehicle charging scheduling problem.
-
Clone the repository by running
git clone https://github.com/ZhenhaoH/IL_EVCS.gitin terminal. -
Install dependencies using
pip install -r requirements.txt.
To start training, just run python train.py after setting your specific dataset in train.py and agent.py.