Multi-Agent-Deep-Deterministic-Policy-Gradients icon indicating copy to clipboard operation
Multi-Agent-Deep-Deterministic-Policy-Gradients copied to clipboard

ModuleNotFoundError: No module named 'make_env'

Open ddr-152 opened this issue 2 years ago • 0 comments
trafficstars

When I run the code, the following error appears, showing that the make_env module is missing,how to solve this problem? Traceback (most recent call last): File "F:\project\pytorch\edge computing\Multi-Agent-Deep-Deterministic-Policy-Gradients-master\main.py", line 4, in from make_env import make_env ModuleNotFoundError: No module named 'make_env'

ddr-152 avatar Nov 16 '23 02:11 ddr-152