Skip to content
Merged
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
20 changes: 20 additions & 0 deletions ss2r/configs/experiment/rccar_transfer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# @package _global_
defaults:
- rccar_hardware
- override /agent/data_collection: episodic
- override /agent/penalizer: lagrangian
- _self_

training:
num_timesteps: 25000
wandb_id: 7qm6mozf

agent:
batch_size: 256
min_replay_size: 1000
max_replay_size: 1048576
policy_hidden_layer_sizes: [64, 64]
grad_updates_per_step: 2500
learning_rate: 1e-5
critic_learning_rate: 3e-4
num_critic_updates_per_actor_update: 10