smbot/_NOTICE

16 lines
606 B
Text
Raw Normal View History

2018-01-30 20:24:32 +01:00
this program is largely incomplete and not in a presentable state.
2018-01-30 19:52:40 +01:00
please be mindful when sharing it.
2018-01-30 20:24:32 +01:00
however, feel free to copy any snippets of code you find useful.
TODOs: (that i can remember right now)
2018-06-08 13:47:32 +02:00
- normalize and/or embed sprite type inputs
2018-01-30 20:24:32 +01:00
- settle on a network architecture
2018-03-23 09:33:02 +01:00
- compute how many input neurons the network needs instead of hardcoding
2018-06-08 13:47:32 +02:00
- add some detection for enemies later in the game
- fix cfg.enable_overlay (smb.lua doesn't see it being changed)
2018-01-30 20:24:32 +01:00
naive:
- learn any combination of buttons, starting from title screen
- learn to run network without frameskip
- learn other games