General purpose machine learning agent for retro games
./build.sh
./run.sh
python3 /stable-retro-scripts/model_trainer.py --env=Airstriker-Genesis --num_env=8 --num_timesteps=100_000_000 --play
python3 /examples/ppo.py --game='Airstriker-Genesis'
gym_super_mario_bros -e SuperMarioBros-v0 -m human
https://github.com/Farama-Foundation/stable-retro?tab=readme-ov-file
https://huggingface.co/transformers/v3.0.2/training.html
https://github.com/vpulab/Semantic-Segmentation-Boost-Reinforcement-Learning
https://myrient.erista.me/files/No-Intro/Nintendo%20-%20Nintendo%20Entertainment%20System%20(Headered)/
https://link.springer.com/article/10.1007/s11042-022-13695-1
https://arxiv.org/pdf/2309.01140
https://s3-eu-west-1.amazonaws.com/pstorage-leicester-213265548798/18250955/ADMA2010.pdf
https://homepages.cwi.nl/~pdg/ftp/mdlintro.pdf
https://arxiv.org/pdf/1704.05325
https://www.di.uminho.pt/~pja/ps/DS06-Finalversion.pdf
https://arxiv.org/abs/2105.13114
https://arxiv.org/pdf/2308.01578
Occasionally the CUDA driver throws an unknown error, this is sometimes a fix:
sudo rmmod nvidia_uvm
sudo modprobe nvidia_uvm