Skip to content

Commit

Permalink
ready for test
Browse files Browse the repository at this point in the history
  • Loading branch information
mttga committed Mar 15, 2024
1 parent aae9f99 commit a535496
Show file tree
Hide file tree
Showing 8 changed files with 1,211 additions and 910 deletions.
4 changes: 2 additions & 2 deletions jaxmarl/environments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
from .smax import SMAX, HeuristicEnemySMAX, LearnedPolicyEnemySMAX
from .switch_riddle import SwitchRiddle
from .overcooked import Overcooked, overcooked_layouts
from .mabrax import Ant, Humanoid, Hopper, Walker2d, HalfCheetah
from .hanabi import HanabiGame
#from .mabrax import Ant, Humanoid, Hopper, Walker2d, HalfCheetah
from .hanabi import Hanabi
from .storm import InTheGrid, InTheGrid_2p
from .coin_game import CoinGame

2 changes: 1 addition & 1 deletion jaxmarl/environments/hanabi/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from .hanabi_obl import HanabiOBL as HanabiGame
from .hanabi import HanabiEnv as Hanabi
1 change: 1 addition & 0 deletions jaxmarl/environments/hanabi/decks_test.json

Large diffs are not rendered by default.

Loading

0 comments on commit a535496

Please sign in to comment.