Skip to content

Commit

Permalink
this should fix the relative import failure
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipinoGambino committed Feb 2, 2024
1 parent 155e708 commit add8931
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion connectx/connectx_gym/connectx_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def __init__(

self.action_space = act_space
self.obs_space = obs_space
self.default_reward_space = GameResultReward()
self.info = dict()

def reset(self, **kwargs):
Expand Down
2 changes: 1 addition & 1 deletion connectx/connectx_gym/reward_spaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from kaggle_environments.core import Environment
import numpy as np

from connectx_env import ConnectFour
from .connectx_env import ConnectFour
from ..utility_constants import BOARD_SIZE

class RewardSpec(NamedTuple):
Expand Down

0 comments on commit add8931

Please sign in to comment.