Skip to content

Commit 30c68c8

Browse files
committed
cleanup
1 parent fb6e5e8 commit 30c68c8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

navix/observations.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ def symbolic_first_person(state: State) -> Array:
171171
obs = obs.at[tuple(player.position.T)].set(
172172
jnp.asarray([EntityIds.FLOOR, 0, 0], dtype=jnp.uint8)
173173
)
174-
print(obs.shape)
175174

176175
# crop to first person view
177176
obs = crop(

0 commit comments

Comments
 (0)