RobbertReijnen / DR-ALNS

5 stars 0 forks source link

Cannot find the stable_baselines3 #1

Open arfff527 opened 1 month ago

arfff527 commented 1 month ago
截屏2024-05-29 11 06 02

Hello, Robbert, When I try run the code, seems no stable_baselines3 package or file.

RobbertReijnen commented 1 month ago

Hi there, nice that you are trying to setup my repo. I have worked on this project using python 3.10, and it should also work for python 3.11. Have you tried setting up a virtual environment, and tried pip install -r requirements.txt ?

You could also try: pip install stable-baselines3[extra] or pip install stable-baselines3

Let me know if this works.

Best, Robbert