Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 438 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 438 Bytes

machine-learning

The goal is to play mario https://www.smbgames.be/super-mario-bros.php

build and run in container

cd docker
sh run.sh

Stop the container

cd docker
sh stop.sh

Useful command for docker

Stop a container

docker ps
docker stop <id>

Remove all unused containers, networks, images (both dangling and unreferenced), and optionally, volumes.

docker system prune -a