浏览代码

cloud config

/develop/transfer-bisim
yanchaosun 4 年前
当前提交
6daa2ed7
共有 2 个文件被更改,包括 2 次插入3 次删除
  1. 1
      config/ppo_transfer/OldCrawlerStatic.yaml
  2. 4
      config/ppo_transfer/TransferCrawlerStatic.yaml

1
config/ppo_transfer/OldCrawlerStatic.yaml


policy_layers: 2
value_layers: 3
feature_size: 128
reuse_encoder: true
in_epoch_alter: true
use_op_buffer: true
use_var_predict: true

4
config/ppo_transfer/TransferCrawlerStatic.yaml


use_transfer: true
load_policy: false
load_value: false
train_model: false
transfer_path: "results/cs-old-bisim/CrawlerStatic"
train_model: true
transfer_path: "results/old-cs-bisim/CrawlerStatic"
network_settings:
normalize: true
hidden_units: 512

正在加载...
取消
保存