Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaloi committed Jan 30, 2025
1 parent b402919 commit 2c8d8fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion waymax/visualization/gokart_viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@

from functools import partial
from typing import Any, Iterable, List, Optional
import typing

import jax
import matplotlib

from matplotlib.animation import FuncAnimation
import numpy as np

from gocarx.env.obs.obs import GokartObs
from waymax import config as waymax_config
from waymax import datatypes
from waymax.datatypes import operations
Expand All @@ -34,6 +34,8 @@

import matplotlib.pyplot as plt

GokartObs = typing.TypeVar("GokartObs")


def create_video_simulator_state(
state: datatypes.SimulatorState,
Expand Down

0 comments on commit 2c8d8fb

Please sign in to comment.