Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 731 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 731 Bytes

Inverse Reinforcement Learning for Team Sports: Valuing Actions and Players

International Joint Conference on Artificial Intelligence (IJCAI), 2020

Running the code

  • You should prepair your own data in order to run the code. A random data sample is shown in data/sample.csv. Put all the training data into this folder with the same format.

  • Run python3 main.py

If you find the code helpful, please consider cite

@inproceedings{luo2020teamsports,
	title={Inverse Reinforcement Learning for Team Sports: Valuing Actions and Players},
	author={Luo, Yudong and Schulte, Oliver and Poupart, Pascal},
	booktitle={International Joint Conference on Artificial Intelligence},
	pages={3356-3363},
	year={2020}
}