Skip to content

Commit

Permalink
Merge pull request #114 from ali-shihab/main
Browse files Browse the repository at this point in the history
Generalised STORM environment implementation.
  • Loading branch information
amacrutherford authored Sep 9, 2024
2 parents 699e9a0 + db32fe6 commit 16a8f27
Show file tree
Hide file tree
Showing 6 changed files with 2,281 additions and 2 deletions.
Binary file added docs/imgs/storm_nplayer.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion jaxmarl/environments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from .overcooked import Overcooked, overcooked_layouts
from .mabrax import Ant, Humanoid, Hopper, Walker2d, HalfCheetah
from .hanabi import Hanabi
from .storm import InTheGrid, InTheGrid_2p
from .storm import InTheGrid, InTheGrid_2p, InTheMatrix
from .coin_game import CoinGame
from .jaxnav import JaxNav

3 changes: 2 additions & 1 deletion jaxmarl/environments/storm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
from .storm_env import InTheGrid
from .storm_2p import InTheGrid_2p
from .storm_2p import InTheGrid_2p
from .storm import InTheMatrix
Loading

0 comments on commit 16a8f27

Please sign in to comment.