I’m trying to write DQN code in PyCharm and connect it with Unity ML-Agents, but I’m encountering errors with setting up the virtual environment. What steps should I take to resolve this issue?
please help me
When I run “pip install mlagents” in the terminal, I encounter the error shown in the screenshot.
enter image description here
I’ve tried updating the compiler and build tools, installing pre-built binaries for numpy, resetting the virtual environment, and clearing the pip cache, but the issue still persists.