浏览代码

no separate vf

/develop/bisim-review
Andrew Cohen 4 年前
当前提交
cb60aa53
共有 2 个文件被更改,包括 2 次插入4 次删除
  1. 3
      config/ppo_transfer/CrawlerStatic.yaml
  2. 3
      config/ppo_transfer/OldCrawlerStatic.yaml

3
config/ppo_transfer/CrawlerStatic.yaml


action_layers: 2
policy_layers: 2
forward_layers: 0
value_layers: 3
value_layers: 2
feature_size: 128
action_feature_size: 128
reuse_encoder: true

predict_return: true
use_bisim: false
separate_value_train: true
separate_value_net: true
in_batch_alter: true
network_settings:
normalize: true

3
config/ppo_transfer/OldCrawlerStatic.yaml


action_layers: 2
policy_layers: 2
forward_layers: 0
value_layers: 3
value_layers: 2
feature_size: 128
action_feature_size: 128
reuse_encoder: false

predict_return: true
use_bisim: false
separate_value_train: true
separate_value_net: true
train_model: false
load_model: true
train_action: false

正在加载...
取消
保存