reddy-lab-code-research / PPOCoder

Code for the TMLR 2023 paper "PPOCoder: Execution-based Code Generation using Deep Reinforcement Learning"
https://openreview.net/forum?id=0XBuaxqEcG
MIT License
96 stars 11 forks source link

Local file paths in requirements.txt #3

Closed abukharin3 closed 1 year ago

abukharin3 commented 1 year ago

Hi, I am trying to install the requirements from requirements.txt with pip install -r requirements.txt, but this results in an error saying the file "/home/ktietz/src/ci/alabaster_1611921520/work" does not exist. I was wondering how I can set up an environment to run your codebase? Thanks!

peppa-xyz commented 1 year ago

Have you solved this problem?

parshinsh commented 1 year ago

@abukharin3 @peppa-nwpu The requirements.txt file is updated.

Symbolk commented 1 year ago

@abukharin3 @peppa-nwpu The requirements.txt file is updated.

Is all the dependencies neccessary for this project? Since requirements.txt seldom reaches 250+, how did you export it? Installing all of them and their dependencies is really a nightmare.