Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Jul 30, 2024
1 parent 03202e3 commit 89c30bf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions fine_tuned/vmas/conf/config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
defaults:
- experiment: base_experiment
- algorithm: mappo
- task: vmas/repeat_last
- algorithm: ???
- task: ???
- model: layers/mlp
- model@critic_model: layers/gru
- model@critic_model: layers/mlp
- _self_

hydra:
Expand All @@ -15,9 +15,9 @@ seed: 0

experiment:

sampling_device: "cpu"
train_device: "cpu"
buffer_device: "cpu"
sampling_device: "cuda"
train_device: "cuda"
buffer_device: "cuda"

share_policy_params: True
prefer_continuous_actions: True
Expand Down Expand Up @@ -54,7 +54,7 @@ experiment:
evaluation_interval: 120_000
evaluation_episodes: 200

loggers: []
loggers: [wandb]
create_json: True

save_folder: null
Expand Down

0 comments on commit 89c30bf

Please sign in to comment.