multi-agent-emergence-environments icon indicating copy to clipboard operation
multi-agent-emergence-environments copied to clipboard

How do i solve this error ? No module named 'mae_envs'

Open Decodx09 opened this issue 3 years ago • 1 comments

Decodx09 avatar May 29 '21 13:05 Decodx09

Add this code, just before the mae_envs import


import os
import sys

parent_dir = os.path.abspath(os.path.join(os.getcwd(), ".."))
sys.path.append(parent_dir)

Nocturios avatar Mar 04 '23 16:03 Nocturios