浏览代码

smaller state feature, large action feature

/develop/bisim-sac-transfer
yanchaosun 5 年前
当前提交
0463bfe9
共有 2 个文件被更改,包括 4 次插入3 次删除
  1. 3
      config/sac_transfer/CrawlerStatic.yaml
  2. 4
      config/sac_transfer/CrawlerStaticTransfer.yaml

3
config/sac_transfer/CrawlerStatic.yaml


value_layers: 2
feature_size: 32
action_layers: 2
action_feature_size: 16
action_feature_size: 128
# separate_policy_net: true
separate_model_train: true
# separate_value_net: true
reuse_encoder: true

4
config/sac_transfer/CrawlerStaticTransfer.yaml


value_layers: 2
feature_size: 32
action_layers: 2
action_feature_size: 16
action_feature_size: 128
separate_policy_train: true
# separate_model_train: true
# separate_value_net: true

train_model: false
load_action: true
train_action: false
transfer_path: "results/oldcs-f32/CrawlerStatic"
transfer_path: "results/oldcs-f32-a128/CrawlerStatic"
network_settings:
normalize: true
hidden_units: 512

正在加载...
取消
保存