the error says you need to installl the package first. You can proceed with the command !pip install ray
– Michele GiglioniJul 14 '20 at 07:53
@MicheleGiglioni Hi. Thanks for your answer. But I already run these codes: "!pip install ray", "!pip install ray[rllib]", "!pip install ray[debug]".
– Peter KimJul 14 '20 at 08:02
1
I tried following commands in Google collab: 1) !pip install ray, 2) !pip install ray[rllib], 3) !pip install ray[debug], 4) import ray, 5) from ray import tune, 6) import ray.rllib.agents.ddpg as ddpg. It didn't prompt any error to me. I would suggest you relaunch Google collab and try again.
– MrRaghavJul 14 '20 at 09:12
@Raghvendra Hi. Thanks for your answer. run "from ray.rllib.agents.ddpg import ddpg" command, but same error pop out.
– Peter KimJul 14 '20 at 09:12