Commit Graph

24 Commits

Author SHA1 Message Date
Bill Zorn ee5f26590d update to new mtgjson 3.8.
KNOWN ISSUES: Energy counter {EE} conflicts with E rarity symbol
2017-01-17 16:05:32 -08:00
Bill Zorn 0132345ebe first version of something that torch-rnn can use with streaming 2016-05-09 02:13:17 -07:00
Bill Zorn 6421c02f60 more name shenanigans 2016-05-06 18:30:55 -07:00
Bill Zorn a6b65d18ef no more 'named @' 2016-05-06 18:17:51 -07:00
Bill Zorn 813c02845a fix minor x things 2016-05-06 18:02:51 -07:00
Bill Zorn f30d517d4b weird characters in types... 2016-05-06 17:50:48 -07:00
Bill Zorn d828427ddb more planeswalker names 2016-05-06 17:13:36 -07:00
Bill Zorn e168a6ca7f planeswalker name fixes 2016-05-06 17:10:12 -07:00
Bill Zorn 279a393b1f crystal counter 2016-05-06 15:10:09 -07:00
Bill Zorn 8b6760ea16 you may choose the same mode more than once. 2016-05-06 15:03:56 -07:00
Bill Zorn fa007e399f fix "choose one that hasn't been chosen" from demonic pact 2016-05-06 13:51:59 -07:00
Bill Zorn 8a632e6868 fix some things with line transforms 2016-05-06 13:10:03 -07:00
Bill Zorn 23c3b9a160 regenerate word vector files; word vectors encoding now sorts costs 2016-05-05 11:31:59 -07:00
Bill Zorn 3b79a68b58 fixed new colorless mana symbol 2016-05-05 11:22:52 -07:00
Bill Zorn cf018f07b4 few small tweaks to encoding, hopefully final version for now 2015-11-25 23:14:44 -08:00
Bill Zorn 49071aefa6 final changes to transforms concerning line reordering.
everything *should* be in working order, but there are probably still bugs
2015-11-05 21:20:20 -08:00
Bill Zorn ed50a8f0cc added dependencies file to explain how to make everything work 2015-08-15 13:49:36 -07:00
Bill Zorn 5fbd2dca8e Improved MSE support; lots of cool stuff goes into notes, and bsides work.
Also changed the phrasing of uncast a bit to be clearer for unpasses.
2015-08-14 23:40:47 -07:00
Bill Zorn 758f48b790 updated to new mtgjson version and added legacy support for formats
without a rarity field
2015-08-01 13:26:03 -07:00
Bill Zorn f0e631e015 added rarity to the default fields 2015-08-01 02:26:34 -07:00
Bill Zorn 49e386ac4f various improvements, added cbow 2015-07-29 01:21:34 -07:00
Bill Zorn 747614e355 Added decode script with two supported formats.
Other misc fixes as well, we get all of the choice cards right in the encoding.
2015-07-17 01:13:58 -07:00
Bill Zorn 31877972c2 now we actually sort before pseudo-randomizing so we don't depend on dict order 2015-07-14 20:40:56 -07:00
Bill Zorn 1a4965fd83 EVERYTHING HAS CHANGED
Added lib and script subdirs to organize things; the biggest change is that now
we have a really powerful Card class that can handle all of the decoding and
encoding for us. encode.py has been written to take advantage of this, other
things have not yet. Coming soon! As a side note the changes to output.txt
are purely cosemtic, though the order should be stable now.
2015-07-14 00:07:25 -07:00