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
Hi,
I run the file named "python3 continuous_A3C_base.py"
and it shows nothing.
Then I run the file "python3 continuous_A3C_tune.py"
I got this error.
"Gymnasium minimally supports python 3.6 as the python foundation not longer supports the version, please update your version to 3.7+"
Traceback (most recent call last):
File "continuous_A3C_tune.py", line 13, in
from rllib.models import register_carla_model
File "/home/ryzen/macad-agents/src/macad_agents/rllib/models.py", line 12, in
from ray.rllib.models.model import Model
ModuleNotFoundError: No module named 'ray.rllib.models.model'
Killing live carla processes set()
There is no Model exists.
So how to change this?
Then I run the file "python3 continuous_A3C.py"
I got this error.
"Gymnasium minimally supports python 3.6 as the python foundation not longer supports the version, please update your version to 3.7+"
Traceback (most recent call last):
File "continuous_A3C.py", line 38, in
env = MultiCarlaEnv(env_config)
File "/home/ryzen/miniconda3/envs/macadagents/lib/python3.6/site-packages/macad_gym/carla/multi_env.py", line 289, in init
self._fixed_delta_seconds = self._env_config["fixed_delta_seconds"]
KeyError: 'fixed_delta_seconds'
Killing live carla processes set()
How to solve this errors?
What is the output of file named ""python3 continuous_A3C_base.py" because it shows nothing.
thanks
The text was updated successfully, but these errors were encountered:
Hi,
I run the file named "python3 continuous_A3C_base.py"
and it shows nothing.
Then I run the file "python3 continuous_A3C_tune.py"
I got this error.
"Gymnasium minimally supports python 3.6 as the python foundation not longer supports the version, please update your version to 3.7+"
Traceback (most recent call last):
File "continuous_A3C_tune.py", line 13, in
from rllib.models import register_carla_model
File "/home/ryzen/macad-agents/src/macad_agents/rllib/models.py", line 12, in
from ray.rllib.models.model import Model
ModuleNotFoundError: No module named 'ray.rllib.models.model'
Killing live carla processes set()
There is no Model exists.
So how to change this?
Then I run the file "python3 continuous_A3C.py"
I got this error.
"Gymnasium minimally supports python 3.6 as the python foundation not longer supports the version, please update your version to 3.7+"
Traceback (most recent call last):
File "continuous_A3C.py", line 38, in
env = MultiCarlaEnv(env_config)
File "/home/ryzen/miniconda3/envs/macadagents/lib/python3.6/site-packages/macad_gym/carla/multi_env.py", line 289, in init
self._fixed_delta_seconds = self._env_config["fixed_delta_seconds"]
KeyError: 'fixed_delta_seconds'
Killing live carla processes set()
How to solve this errors?
What is the output of file named ""python3 continuous_A3C_base.py" because it shows nothing.
thanks
The text was updated successfully, but these errors were encountered: