* create cache for q learning * make linter happy * global beam * where it belongs * bugfix * ditch the kopt, use the beam * faster lin and DEBUG=2 okay * remove kopt, move search to features
* with unroll, the action space goes from 161 -> 127 * more reliable instrumentation * beam search is so op * beam bugfix