Skip to content

Commit f13fa00

Browse files
authored
Pasha first commit (Metta-AI#239)
1 parent 5bd87f6 commit f13fa00

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ stderr.log
3535
sweep_id
3636
personal/
3737
wandb/
38+
terrain_maps_nohearts*
39+
.idea

configs/user/ptsier.yaml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# @package __global__
2+
3+
defaults:
4+
- _self_
5+
6+
trainer:
7+
evaluate_interval: 200
8+
env_overrides:
9+
game:
10+
num_agents: 36
11+
max_steps: 1000
12+
13+
policy_uri: wandb://run/b.daveey.t.1.lra.dr.muon
14+
15+
npc_policy_uri: ${policy_uri}
16+
17+
analyzer:
18+
policy_uri: ${..policy_uri}
19+
eval_stats_uri: ${run_dir}/eval_stats
20+
analysis:
21+
metrics:
22+
- metric: episode_reward
23+
- metric: "heart.get"
24+
25+
replay_job:
26+
sim:
27+
env: /env/mettagrid/navigation/training/terrain_from_numpy
28+
29+
30+
wandb:
31+
checkpoint_interval: 1
32+
33+
run_id: 2
34+
run: ${oc.env:USER}.local.${run_id}
35+
trained_policy_uri: ${run_dir}/checkpoints
36+
37+
sweep_params: "sweep/fast"
38+
sweep_name: "${oc.env:USER}.local.sweep.${run_id}"
39+
seed: null

0 commit comments

Comments
 (0)