Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 426 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 426 Bytes

Mortal Kombat AI

This repository implements a way to train an agent to play the 1992 classic Mortal kombat.

Rom

You must import the rom using the command below, inside the folder where it is located, so that it is recognized

python -m retro.import .

Notes

The requirements.txt file lists all the dependencies that is needed to run this project. They will be installed using:

pip install -r requirements.txt