kivancguckiran / torcs-rl-agent

PESLA - TORCS Deep Reinforcement Learning Agent
Other
10 stars 1 forks source link

Please provide requirements list #1

Closed jitendracheripally2003 closed 10 months ago

jitendracheripally2003 commented 10 months ago

Hi, can you please provide requirements list for this project and which python version is needed to be installed.

kivancguckiran commented 10 months ago

Hey it's been a while since we've worked on this.

We have heavily used this repository: https://github.com/medipixel/rl_algorithms

Maybe you can checkout their codebase from 5 years ago on python version. I simply don't remember.

jitendracheripally2003 commented 10 months ago

Hi, I have tried their requirements.txt https://github.com/medipixel/rl_algorithms/blob/master/requirements.txt, but it was showing very unresolved errors like torch==1.6.0 is unavailable. If possible, could you please get the list, if it was documented or similar to that?

kivancguckiran commented 10 months ago

It seems I was not aware version locking in Python at that time. Unfortunately my laptop which I've run these is stolen long time ago and the environment is lost. This was a joint project and let me see if I can reach out to my colleagues if they have, know or documented the versions somehow.

jitendracheripally2003 commented 10 months ago

I have tried upgrading the given packages from requirement.txt in medipixel repo, it doesn't show any errors, so I think it works. But can you please tell me if you used torch for the CPU or GPU? I just need to configure that, and it will be done.

kivancguckiran commented 10 months ago

Hey you can always use CPU, but the training would be way slower that way. So I suggest you to use GPU.

Cheers that you have worked around the problem.