smbot/README.txt

17 lines
641 B
Plaintext
Raw Normal View History

2018-01-30 11:24:32 -08:00
this program is largely incomplete and not in a presentable state.
2018-01-30 10:52:40 -08:00
please be mindful when sharing it.
2018-01-30 11:24:32 -08:00
however, feel free to copy any snippets of code you find useful.
TODOs: (that i can remember right now)
- normalize `for i=a,b` code style
2018-06-08 04:47:32 -07:00
- normalize and/or embed sprite type inputs
2018-01-30 11:24:32 -08:00
- settle on a network architecture
2018-03-23 01:33:02 -07:00
- compute how many input neurons the network needs instead of hardcoding
2018-06-08 04:47:32 -07: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 11:24:32 -08:00
naive:
- learn any combination of buttons, starting from title screen
- learn to run network without frameskip
- learn other games