smbot/_NOTICE

19 lines
679 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)
- finish implementing backprop
- replace evolution strategy algorithm with
something that utilizes gradients like PPO
- settle on a network architecture
- normalize and/or embed sprite inputs
- fix lag-frames skipped-inputs bug
- fix offscreen sprites sometimes being visible to network
- add some detection for enemies later in the game
naive:
- learn any combination of buttons, starting from title screen
- learn to run network without frameskip
- learn other games