fprintf(stderr,"ERROR (%s) : getAction called on Oracle of trainable Classifier. Aborting.\n",ERRINFO);
exit(1);
returnstd::string("");
},
[](Config&c,Oracle*,conststd::string&action)
{
returnaction=="WRITE b.0 EOS "+(c.getTape("EOS").ref[c.head]==std::string("1")?std::string("1"):std::string("0"))||c.head>=(int)c.tapes[0].ref.size()-1;