Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions baselines/ppo/config/ppo_guided_autonomy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ environment: # Overrides default environment configs (see pygpudrive/env/config.

# Reward function
reward_type: "guided_autonomy"
collision_weight: -0.2
off_road_weight: -0.2
collision_weight: -0.01
off_road_weight: -0.01
guidance_pos_xy_weight: 0.01
guidance_speed_weight: 0.01
guidance_heading_weight: 0.01
Expand All @@ -48,8 +48,6 @@ environment: # Overrides default environment configs (see pygpudrive/env/config.
max_accel_value: 4.0
init_steps: 0 # Warmup steps
goal_achieved_weight: 0.0
collision_weight: -0.2
off_road_weight: -0.2

wandb:
entity: ""
Expand Down
319 changes: 224 additions & 95 deletions examples/eval/notebooks/wosac_results.ipynb

Large diffs are not rendered by default.

Loading
Loading