Skip to content

bchanez/machine-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages