codemaivanngu commited on
Commit
1f2f4c0
·
verified ·
1 Parent(s): dfd6128

sync(code): snapshot 33ab8640b6ab1a4a71a7f60b5071ef19402d44b7

Browse files
code/commits/33ab8640b6ab1a4a71a7f60b5071ef19402d44b7/metadata.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artifact_type": "code-snapshot",
3
+ "version": "0.20.1.0",
4
+ "git_hash": "33ab8640b6ab1a4a71a7f60b5071ef19402d44b7",
5
+ "git_status_short": [
6
+ "M configs/talapas/16_pgmorl_morl_baselines.env",
7
+ "?? [[",
8
+ "?? data/",
9
+ "?? datasets/",
10
+ "?? done",
11
+ "?? echo",
12
+ "?? evaluations/",
13
+ "?? model_count=1",
14
+ "?? outputs/",
15
+ "?? rollouts/",
16
+ "?? wandb/"
17
+ ],
18
+ "dirty": true,
19
+ "created_at": "2026-04-11T19:40:10Z",
20
+ "archive_name": "source.tar.gz"
21
+ }
code/commits/33ab8640b6ab1a4a71a7f60b5071ef19402d44b7/source.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e52db5b327e7b31b9b8db79fba78e3d9879f82473669ae3ace5bc0b406f3975
3
+ size 4446561
code/commits/33ab8640b6ab1a4a71a7f60b5071ef19402d44b7/working_tree.patch ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ diff --git a/configs/talapas/16_pgmorl_morl_baselines.env b/configs/talapas/16_pgmorl_morl_baselines.env
2
+ index 6df3185..1522245 100644
3
+ --- a/configs/talapas/16_pgmorl_morl_baselines.env
4
+ +++ b/configs/talapas/16_pgmorl_morl_baselines.env
5
+ @@ -1,6 +1,6 @@
6
+ # MORL-Baselines external PGMORL defaults.
7
+ MORL_BASELINES_ROOT="${REPO_ROOT}/../morl-baselines"
8
+ -MORL_BASELINES_PYTHON=""
9
+ +MORL_BASELINES_PYTHON="/gpfs/projects/ailab/tnguye11/sontungkieu/morl-baselines/.venv/bin/python"
10
+ MBPGMORL_SEED="42"
11
+ MBPGMORL_TOTAL_TIMESTEPS="5000000"
12
+ MBPGMORL_EXPORT_K="8"
13
+ @@ -34,6 +34,6 @@ MBPGMORL_WANDB_ENTITY="${WANDB_ENTITY:-RL_team_BTML}"
14
+
15
+ # Slurm defaults for MORL-Baselines external PGMORL jobs.
16
+ MBPGMORL_SLURM_PARTITION="compute"
17
+ -MBPGMORL_SLURM_CPUS_PER_TASK="8"
18
+ -MBPGMORL_SLURM_MEM="24G"
19
+ +MBPGMORL_SLURM_CPUS_PER_TASK="16"
20
+ +MBPGMORL_SLURM_MEM="32G"
21
+ MBPGMORL_SLURM_TIME="24:00:00"