CodeRL icon indicating copy to clipboard operation
CodeRL copied to clipboard

This is the official code for the paper CodeRL: Mastering Code Generation through Pretrained Models and Deep Reinforcement Learning (NeurIPS22).

Results 46 CodeRL issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "G:\CodeRL_A3\CodeRL\CodeRL\train.py", line 155, in main(args) File "G:\CodeRL_A3\CodeRL\CodeRL\train.py", line 149, in main run_training(args, train_data) File "G:\CodeRL_A3\CodeRL\CodeRL\train.py", line 35, in run_training model = transformers.T5ForConditionalGeneration.from_pretrained( File "H:\Anaconda\envs\CodeRL_A3\lib\site-packages\transformers\modeling_utils.py",...

I couldn't find the path models/codet5_tokenizer/. Is this supposed to be my output path? ![image](https://github.com/user-attachments/assets/e28de129-2e30-4d2d-8a29-16cfc7f96b54)

@henryhungle Dear CodeRL author, I am a graduate student at Hunan University. I have read your paper, CodeRL: Mastering Code Generation through Pretrained Models and Deep Reinforcement Learning. It is...

尊敬的作者,您好,我是湖南大学的一名研究生,目前我已经拜读了您的论文——CodeRL: Mastering Code Generation through Pretrained Models and Deep Reinforcement Learning。这篇论文非常棒,棒极了。但是我在申请下载 CodeT5-finetuned_critic、CodeT5-finetuned_critic_binary、CodeT5-finetuned_CodeRL的时候,遭遇了Google-Cloud-Storage的访问权限问题,需要请求Google-Cloud-Storage的所有者授予我“storage.objects.list”的权限,所以我想请您授予我该权限,以助力于我能够访问您们的模型,向您学习,非常真心地感谢您的帮助。

We need to download the [CodeT5-finetuned_critic](https://console.cloud.google.com/storage/browser/sfr-coderl-research/codet5_finetuned_critic) , [CodeT5-finetuned_critic_binary](https://console.cloud.google.com/storage/browser/sfr-coderl-research/codet5_finetuned_critic_binary) and [CodeT5-finetuned_CodeRL](https://console.cloud.google.com/storage/browser/sfr-coderl-research/codet5_finetuned_codeRL) but the google cloud for them is **private** . Please tell if there is a way to access them ,...