Skip to content

Commit

Permalink
fix: Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
RickFqt committed Nov 12, 2024
1 parent 309a735 commit b67bd85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion experiments/collectables_check_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
from pysc2.env import sc2_env
from stable_baselines3.common.env_checker import check_env

from urnai.environments.stablebaselines3.custom_env import CustomEnv
from urnai.sc2.actions.collectables import CollectablesActionSpace
from urnai.sc2.environments.sc2environment import SC2Env
from urnai.sc2.environments.stablebaselines3.custom_env import CustomEnv
from urnai.sc2.rewards.collectables import CollectablesReward
from urnai.sc2.states.collectables import CollectablesMethod, CollectablesState

Expand Down
2 changes: 1 addition & 1 deletion experiments/solves/solve_collectables_sb3.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
from pysc2.env import sc2_env
from stable_baselines3 import PPO

from urnai.environments.stablebaselines3.custom_env import CustomEnv
from urnai.sc2.actions.collectables import CollectablesActionSpace
from urnai.sc2.environments.sc2environment import SC2Env
from urnai.sc2.environments.stablebaselines3.custom_env import CustomEnv
from urnai.sc2.rewards.collectables import CollectablesReward
from urnai.sc2.states.collectables import CollectablesMethod, CollectablesState

Expand Down

0 comments on commit b67bd85

Please sign in to comment.