1.Võ Đình Đạt 20214890
2.Đường Minh Quân 20210710
3.Phan Khôi Nguyên 20210652
4.Nguyễn Trung Trực 20214936
git clone https://github.com/datvodinh10/dino-ai-project-intro-ai-hust.git
-How to Train:
python main.py train [num_population] [num_dinosaur] [fps]
For example:
python main.py train 100 100 1200
-How to Evaluate:
python main.py eval [fps]
For example:
python main.py eval 60
-Evaluate by human:
python humanPLayWithGuidance.py
-Evaluate with If Else Algorithm:
python GeneticVSHandTuning.py
pip install pygame
pip install numpy