Authors: Daniel Abolafia, Quoc Le, Mohammad Norouzi
Brain coder is a code synthesis experimental environment. We provide code that reproduces the results from our recent paper Code Synthesis with Priority Queue Training. See single_task/README.md for details on how to build and reproduce those experiments.
First install dependencies seperately:
Note: even if you already have these dependencies installed, make sure they are up-to-date to avoid unnecessary debugging.
Use bazel from the top-level repo directory.
For example:
bazel build single_task:runView README.md files in subdirectories for more details.