Skip to content

Commit

Permalink
minila repro for #82
Browse files Browse the repository at this point in the history
  • Loading branch information
epignatelli committed Jul 8, 2024
1 parent 11599b1 commit f799389
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/test_issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,14 @@

from __future__ import annotations

import os
import jax
import jax.numpy as jnp

import navix as nx
from navix import observations

import matplotlib.pyplot as plt


def test_82():
os.environ["JAX_OMNISTAGING"] = "0"

def render(timestep):
plt.imshow(timestep.observation)
plt.axis(False)
plt.savefig("test_82.png")

env = nx.make(
"Navix-DoorKey-5x5-v0",
max_steps=100,
Expand Down

0 comments on commit f799389

Please sign in to comment.