├── README.md ├── RNN.py ├── bi_seq_lm_input.py ├── config.py ├── masked_cross_entropy.py ├── policy_config.py └── reinforce.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code4conference/code4sc/HEAD/README.md -------------------------------------------------------------------------------- /RNN.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code4conference/code4sc/HEAD/RNN.py -------------------------------------------------------------------------------- /bi_seq_lm_input.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code4conference/code4sc/HEAD/bi_seq_lm_input.py -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code4conference/code4sc/HEAD/config.py -------------------------------------------------------------------------------- /masked_cross_entropy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code4conference/code4sc/HEAD/masked_cross_entropy.py -------------------------------------------------------------------------------- /policy_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code4conference/code4sc/HEAD/policy_config.py -------------------------------------------------------------------------------- /reinforce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/code4conference/code4sc/HEAD/reinforce.py --------------------------------------------------------------------------------