You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !
The text was updated successfully, but these errors were encountered:
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 !
The text was updated successfully, but these errors were encountered: