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
8 changes: 4 additions & 4 deletions baselines/ppo/config/ppo_guided_autonomy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ environment: # Overrides default environment configs (see pygpudrive/env/config.

# Reward function
reward_type: "guided_autonomy"
collision_weight: -0.01
off_road_weight: -0.01
collision_weight: -0.1
off_road_weight: -0.1
guidance_speed_weight: 0.005
guidance_heading_weight: 0.005
smoothness_weight: 0.0
Expand All @@ -52,7 +52,7 @@ environment: # Overrides default environment configs (see pygpudrive/env/config.
wandb:
entity: ""
project: "humanlike"
group: "debug_mini"
group: "debug_mini"
mode: "online" # Options: online, offline, disabled
tags: ["ppo", "ff"]

Expand All @@ -69,7 +69,7 @@ train:
resample_scenes: false
resample_dataset_size: 10_000 # Number of unique scenes to sample from
resample_interval: 5_000_000
sample_with_replacement: false
sample_with_replacement: true
shuffle_dataset: true
file_prefix: ""

Expand Down
Loading
Loading