spaceuniverse / QLSD

Q-learning sandbox with agent, enemies, shooting and fun 2.0 (Python)
2 stars 0 forks source link

Q-Learning SanDbox (QLSD)


Files

./CORE/

./CORE/models/

./test/ - folder with experiments; ./img/ - folder with screenshots and media;

./CORE/deepmode/ - deep learning model based on neural networks;


Dependencies


Actions


|0|1|2| |3|4|5| |6|7|8|


|9| Stop


Final models

W_final_wd_stoper_3.npy - 7M iterations | Max fixed | Direct control | Without inertia | Final W_final_wd_stoper_4.npy - 2M iterations | Max fixed | Direct control | Without inertia | Final W_final_wd_stoper_2.npy - 7M iterations | Max NOT fixed | Direct control | Without inertia | Final

All other models are not final and just for comparing