- Notifications
You must be signed in to change notification settings - Fork6.5k
Open
Labels
Description
I want to run the extended library done by frenkowski but I'm having trouble installing the version suggested in this library and I can't fix it.
Is the problem with the Python version? What version of Python do you recommend for this problem?
(My system is Windows.)
Github address of these codes:https://github.com/frenkowski/SCIMAI-Gym/blob/main/ECML-PKDD_SCIMAI-Gym.ipynb
Finally, I want to build a deep reinforcement learning agent that uses codes
import ray.rllib.agents.a3c as a3c
import ray.rllib.agents.pg as pg
import ray.rllib.agents.ppo as ppo
But the need to install ray is said that I can't install it.
What solution do you suggest?