Skip to content

Commit

Permalink
Fix typo in get_obs()
Browse files Browse the repository at this point in the history
  • Loading branch information
daphne-cornelisse committed Nov 6, 2024
1 parent a697d13 commit c011b22
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
hpc/overlay*
data/raw/*
data/processed/validation/*
data/processed/train/*
data/processed/training/*
data/processed/test/*

# Logging
Expand Down
Binary file added gpudrive_vbd_sample_11671609ebfa3185.pkl
Binary file not shown.
32 changes: 16 additions & 16 deletions notebooks/00_align_simulators_vbd.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pygpudrive/env/env_torch.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def get_controlled_agents_mask(self):
axis=2
)

def get_obs(self):
def _get_ego_state(self):
"""Get observation: Combine different types of environment information
into a single tensor.
Expand Down
Binary file added waymax_vbd_sample_11671609ebfa3185.pkl
Binary file not shown.

0 comments on commit c011b22

Please sign in to comment.