File size: 1,250 Bytes
6e5cc8b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
defaults:
  - _self_
  - task@_global_: offline_dmc
  - algo@_global_: drqv2
  - override hydra/launcher: submitit_local

# task settings
frame_stack: 3
action_repeat: 2
discount: 0.99
distracting_mode: null
# train settings
num_seed_frames: 4000
# eval
eval_every_frames: 10000
num_eval_episodes: 10
eval_on_distracting: False
eval_on_multitask: False
eval_save_vid_every_step: 100000
# snapshot
save_snapshot: False
# replay buffer
replay_buffer_size: 1_000_000
replay_buffer_num_workers: 1
nstep: 3
batch_size: 256
# misc
seed: 1
device: cuda
save_video: True
save_train_video: False
use_tb: True
# experiment
experiment: exp
# agent
lr: 1e-4
feature_dim: 50
# offline
offline: False
bc_weight: 2.5
use_bc: True
# cql
cql_importance_sample: False
temp: 1.0
min_q_weight: 1.0
num_random: 10
with_lagrange: False
lagrange_thresh: 0.0

hydra:
  run:
     dir: drqv2_data/${experiment}/${task_name}/${now:%Y.%m.%d}/${now:%H%M%S}`
  sweep:
    dir: ./exp/${now:%Y.%m.%d}/${now:%H%M}_${agent_cfg.experiment}
    subdir: ${hydra.job.num}
  launcher:
    timeout_min: 4300
    cpus_per_task: 10
    gpus_per_node: 1
    tasks_per_node: 1
    mem_gb: 160
    nodes: 1
    submitit_folder: ./exp/${now:%Y.%m.%d}/${now:%H%M%S}_${agent_cfg.experiment}/.slurm