crazydonkey200 / neural-symbolic-machines

Neural Symbolic Machines is a framework to integrate neural networks and symbolic representations using reinforcement learning, with applications in program synthesis and semantic parsing.
Apache License 2.0
375 stars 69 forks source link

USE_TRAINER_PROB is not in the python parameters. #20

Closed guotong1988 closed 5 years ago

guotong1988 commented 5 years ago

https://github.com/crazydonkey200/neural-symbolic-machines/blob/master/table/wikisql/run.sh

USE_TRAINER_PROB is defined above, but is not used in the python related command below.

crazydonkey200 commented 5 years ago

Thanks for pointing this out. It might be left out when cleaning up the commandlines. I have just added it back.