aidan-curtis / firehose

We are trying to put out big fires
GNU General Public License v3.0
3 stars 2 forks source link

Requirement.txt lacking versions #15

Open dbailleul opened 7 months ago

dbailleul commented 7 months ago

Good morning,

I'm trying to use firehose but I've got problem with env/libraries compatibility. My problem starts when I'm typing: python cell2fire/evaluate_model.py --algo naive

I need stable-baseline3 1.5.0 max for register_policy to exist. I also need gym 0.21 for video compatibility but I can't install gym 0.21 unless I've got the right versions for all previously libraries.

Can you share the versions you use for: numpy pandas matplotlib seaborn opencv-python imread tqdm deap gym stable-baselines3 tensorboard ?

Thanks in advance !

williamshen-nz commented 7 months ago

Thanks for your interest in our work. Please see the dependencies below we had in our environment (which is very old at this point).

stable-baselines3==1.5.0
gym==0.21.0

numpy==1.22.3
pandas==1.4.2
matplotlib==3.5.1
seaborn==0.11.2
opencv-python==4.5.5.64
imread==0.7.4
tqdm==4.64.0
deap==1.3.1
tensorboard==2.8.0
torch==1.11.0