Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
luchris429 committed Jul 15, 2024
1 parent cb565ab commit 5249969
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions examples/purejaxrl/ppo_minigrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
import flax.linen as nn
import numpy as np
import optax
from flax.linen.initializers import constant, orthogonal
from typing import Sequence, NamedTuple, Any
from flax.training.train_state import TrainState
import distrax
import gymnax
from typing import Sequence, NamedTuple, Any
from flax.training.train_state import TrainState
from flax.linen.initializers import constant, orthogonal
from wrappers import LogWrapper, FlattenObservationWrapper, NavixGymnaxWrapper


Expand Down
2 changes: 1 addition & 1 deletion navix/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
# under the License.


__version__ = "0.6.18"
__version__ = "0.6.19"
__version_info__ = tuple(int(i) for i in __version__.split(".") if i.isdigit())

0 comments on commit 5249969

Please sign in to comment.