Skip to content

Commit

Permalink
Added import for Path
Browse files Browse the repository at this point in the history
  • Loading branch information
Pippo809 committed Feb 8, 2024
1 parent 67fb4b4 commit ae98625
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dreamerv3/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import jax
import jax.numpy as jnp
import ruamel.yaml as yaml
from pathlib import Path
tree_map = jax.tree_util.tree_map
sg = lambda x: tree_map(jax.lax.stop_gradient, x)

Expand Down

0 comments on commit ae98625

Please sign in to comment.