mlprogram
mlprogram copied to clipboard
PyTorch library for synthesizing programs from natural language
I should use a reliable library for reinforcement learning because RL is a complex and error-prone method. Now I plan to use [PFRL](https://github.com/pfnet/pfrl).
* [ ] Write an initial implementation * [ ] Get the result similar to the paper
* [ ] Copy code from [my another repository](https://github.com/HiroakiMikami/deep-coder) and replace chainer with pytorch * [ ] Reproduce the result similar to the paper
* [x] Write initial implementation * [ ] Make RL training stable * [ ] Reproduce the result similar to the paper
Some vocabs in the ActionSequenceEncoder are not used. Special rules such as `None -> Root` and node types such as `Root` and `None` should be removed from the encoder.
Bumps [torch](https://github.com/pytorch/pytorch) from 1.8.0 to 2.2.0. Release notes Sourced from torch's releases. PyTorch 2.2: FlashAttention-v2, AOTInductor PyTorch 2.2 Release Notes Highlights Backwards Incompatible Changes Deprecations New Features Improvements Bug fixes...