Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requirement.txt lacking versions #15

Open
dbailleul opened this issue Dec 4, 2023 · 1 comment
Open

Requirement.txt lacking versions #15

dbailleul opened this issue Dec 4, 2023 · 1 comment

Comments

@dbailleul
Copy link

dbailleul commented Dec 4, 2023

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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants