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
Hello, thank you for your contribution of rllib version.
When I run run_ppo.py and run_qmix.py, there is a Value Error as below
(RolloutWorker pid=3950203) File "../python3.9/site-packages/ray/rllib/evaluation/rollout_worker.py", line 682, in init
(RolloutWorker pid=3950203) self.policy_dict, self.is_policy_to_train = self.config.get_multi_agent_setup(
(RolloutWorker pid=3950203) File "../python3.9/site-packages/ray/rllib/algorithms/algorithm_config.py", line 2728, in get_multi_agent_setup
(RolloutWorker pid=3950203) raise ValueError(
(RolloutWorker pid=3950203) ValueError: observation_space not provided in PolicySpec for default_policy and env does not have an observation space OR no spaces received from other workers' env(s) OR no observation_space specified in config!
ValueError: observation_space not provided in PolicySpec for default_policy and env does not have an observation space OR no spaces received from other workers' env(s) OR no observation_space specified in config!
while my tensorflow version is 2.12, ray version is 2.4.0, python version is 3.9
Waiting for you answer, thx
The text was updated successfully, but these errors were encountered:
The RLlib example hasn't been tested and so likely doesn't work. I am going to do some maintenance later this week though when maybe I will have time to fix this.
The RLlib example hasn't been tested and so likely doesn't work. I am going to do some maintenance later this week though when maybe I will have time to fix this.
Hello, thank you for your contribution of rllib version.
When I run run_ppo.py and run_qmix.py, there is a Value Error as below
(RolloutWorker pid=3950203) File "../python3.9/site-packages/ray/rllib/evaluation/rollout_worker.py", line 682, in init
(RolloutWorker pid=3950203) self.policy_dict, self.is_policy_to_train = self.config.get_multi_agent_setup(
(RolloutWorker pid=3950203) File "../python3.9/site-packages/ray/rllib/algorithms/algorithm_config.py", line 2728, in get_multi_agent_setup
(RolloutWorker pid=3950203) raise ValueError(
(RolloutWorker pid=3950203) ValueError:
observation_space
not provided in PolicySpec for default_policy and env does not have an observation space OR no spaces received from other workers' env(s) OR noobservation_space
specified in config!ValueError:
observation_space
not provided in PolicySpec for default_policy and env does not have an observation space OR no spaces received from other workers' env(s) OR noobservation_space
specified in config!while my tensorflow version is 2.12, ray version is 2.4.0, python version is 3.9
Waiting for you answer, thx
The text was updated successfully, but these errors were encountered: