Skip to content

Commit

Permalink
update version of Jumanji Snake environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Lookatator committed Nov 30, 2023
1 parent 965573f commit 71e65e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/jumanji_snake.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"outputs": [],
"source": [
"# Instantiate a Jumanji environment using the registry\n",
"env = jumanji.make('Snake-6x6-v0')\n",
"env = jumanji.make('Snake-v1')\n",
"\n",
"# Reset your (jit-able) environment\n",
"key = jax.random.PRNGKey(0)\n",
Expand Down
2 changes: 1 addition & 1 deletion tests/default_tasks_test/jumanji_envs_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def test_jumanji_utils() -> None:
batch_size = population_size

# Instantiate a Jumanji environment using the registry
env = jumanji.make("Snake-6x6-v0")
env = jumanji.make("Snake-v1")

# Reset your (jit-able) environment
key = jax.random.PRNGKey(0)
Expand Down

0 comments on commit 71e65e9

Please sign in to comment.