Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem in running the a3c folder files #22

Open
SExpert12 opened this issue Jul 5, 2024 · 0 comments
Open

Problem in running the a3c folder files #22

SExpert12 opened this issue Jul 5, 2024 · 0 comments

Comments

@SExpert12
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant