Skip to content

boyulee/AIbotForKof97

 
 

Repository files navigation

Reinforcement Learning for playing arcade fighting game KOF'97

Introduction

In this project, we intend to develop an RL Agent which can not only win the game: KOF’97 The following works are done in this project

  1. We made a gym envrionment of KOF 97. see Kof97EnvironmentSR.py
  2. Train models for the specific opponent. see trainVecEnvV2.py and trainVecEnvLSTM.py
  3. Evaluate the performance of those models. see Kof97_Evaluation.ipynb
  4. visualise the evaluation result. see visualize.ipynb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 83.3%
  • Python 16.7%