Commit 6d507319 authored by hezhiqiang01's avatar hezhiqiang01

change filepath

parent 30507902
...@@ -14,8 +14,8 @@ import setproctitle ...@@ -14,8 +14,8 @@ import setproctitle
import numpy as np import numpy as np
from pathlib import Path from pathlib import Path
import torch import torch
from mappo.config import get_config from config import get_config
from mappo.envs.env_wrappers import SubprocVecEnv, DummyVecEnv from .envs.env_wrappers import SubprocVecEnv, DummyVecEnv
"""Train script for MPEs.""" """Train script for MPEs."""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment